Struct bl602_sdk::wifi::wifi_mgmr_cipher_t [−][src]
#[repr(C, packed)]pub struct wifi_mgmr_cipher_t { pub _bitfield_align_1: [u8; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>, }
Fields
_bitfield_align_1: [u8; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
Implementations
pub fn new_bitfield_1(
wep40: u8,
wep104: u8,
tkip: u8,
ccmp: u8,
rsvd: u8
) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> T
Performs the conversion.
pub fn into(self) -> U
pub fn into(self) -> U
Performs the conversion.