#[repr(C)]pub struct DOT11_KEY_ALGO_BIP {
pub ucIPN: [UCHAR; 6],
pub ulBIPKeyLength: ULONG,
pub ucBIPKey: [UCHAR; 1],
}
Fields§
§ucIPN: [UCHAR; 6]
§ulBIPKeyLength: ULONG
§ucBIPKey: [UCHAR; 1]
Trait Implementations§
Source§impl Clone for DOT11_KEY_ALGO_BIP
impl Clone for DOT11_KEY_ALGO_BIP
Source§fn clone(&self) -> DOT11_KEY_ALGO_BIP
fn clone(&self) -> DOT11_KEY_ALGO_BIP
Returns a duplicate 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 Default for DOT11_KEY_ALGO_BIP
impl Default for DOT11_KEY_ALGO_BIP
Source§fn default() -> DOT11_KEY_ALGO_BIP
fn default() -> DOT11_KEY_ALGO_BIP
Returns the “default value” for a type. Read more
impl Copy for DOT11_KEY_ALGO_BIP
Auto Trait Implementations§
impl Freeze for DOT11_KEY_ALGO_BIP
impl RefUnwindSafe for DOT11_KEY_ALGO_BIP
impl Send for DOT11_KEY_ALGO_BIP
impl Sync for DOT11_KEY_ALGO_BIP
impl Unpin for DOT11_KEY_ALGO_BIP
impl UnwindSafe for DOT11_KEY_ALGO_BIP
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