pub struct Igtk {
pub igtk: Vec<u8>,
pub key_id: u16,
pub ipn: [u8; 6],
pub cipher: Cipher,
}
Fields§
§igtk: Vec<u8>
§key_id: u16
§ipn: [u8; 6]
§cipher: Cipher
Implementations§
Trait Implementations§
impl Eq for Igtk
impl StructuralPartialEq for Igtk
Auto Trait Implementations§
impl Freeze for Igtk
impl RefUnwindSafe for Igtk
impl Send for Igtk
impl Sync for Igtk
impl Unpin for Igtk
impl UnwindSafe for Igtk
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)