#[repr(C)]pub struct SetKeyDescriptor {
pub key_list: *const u8,
pub key_count: usize,
pub key_id: u16,
pub key_type: KeyType,
pub peer_addr: [u8; 6],
pub rsc: u64,
pub cipher_oui: [u8; 3],
pub cipher_type: CipherSuiteType,
}
Fields§
§key_list: *const u8
§key_count: usize
§key_id: u16
§key_type: KeyType
§peer_addr: [u8; 6]
§rsc: u64
§cipher_oui: [u8; 3]
§cipher_type: CipherSuiteType
Trait Implementations§
Source§impl Clone for SetKeyDescriptor
impl Clone for SetKeyDescriptor
Source§fn clone(&self) -> SetKeyDescriptor
fn clone(&self) -> SetKeyDescriptor
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SetKeyDescriptor
impl Debug for SetKeyDescriptor
Source§impl PartialEq for SetKeyDescriptor
impl PartialEq for SetKeyDescriptor
impl Copy for SetKeyDescriptor
impl StructuralPartialEq for SetKeyDescriptor
Auto Trait Implementations§
impl Freeze for SetKeyDescriptor
impl RefUnwindSafe for SetKeyDescriptor
impl !Send for SetKeyDescriptor
impl !Sync for SetKeyDescriptor
impl Unpin for SetKeyDescriptor
impl UnwindSafe for SetKeyDescriptor
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