#[repr(C)]pub struct WlanKeyConfig {
pub protection: WlanProtection,
pub cipher_oui: [u8; 3],
pub cipher_type: CipherSuiteType,
pub key_type: WlanKeyType,
pub peer_addr: [u8; 6],
pub key_idx: u8,
pub key_list: *const u8,
pub key_count: usize,
pub rsc: u64,
}
Fields§
§protection: WlanProtection
§cipher_oui: [u8; 3]
§cipher_type: CipherSuiteType
§key_type: WlanKeyType
§peer_addr: [u8; 6]
§key_idx: u8
§key_list: *const u8
§key_count: usize
§rsc: u64
Trait Implementations§
Source§impl Clone for WlanKeyConfig
impl Clone for WlanKeyConfig
Source§fn clone(&self) -> WlanKeyConfig
fn clone(&self) -> WlanKeyConfig
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 WlanKeyConfig
impl Debug for WlanKeyConfig
impl Copy for WlanKeyConfig
Auto Trait Implementations§
impl Freeze for WlanKeyConfig
impl RefUnwindSafe for WlanKeyConfig
impl !Send for WlanKeyConfig
impl !Sync for WlanKeyConfig
impl Unpin for WlanKeyConfig
impl UnwindSafe for WlanKeyConfig
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
)