#[repr(C)]pub struct iw_encode_ext {
pub ext_flags: u32,
pub tx_seq: [u8; 8],
pub rx_seq: [u8; 8],
pub addr: sockaddr,
pub alg: u16,
pub key_len: u16,
pub key: [u8; 0],
}Fields§
§ext_flags: u32§tx_seq: [u8; 8]§rx_seq: [u8; 8]§addr: sockaddr§alg: u16§key_len: u16§key: [u8; 0]Trait Implementations§
Source§impl Clone for iw_encode_ext
impl Clone for iw_encode_ext
Source§fn clone(&self) -> iw_encode_ext
fn clone(&self) -> iw_encode_ext
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 iw_encode_ext
impl Debug for iw_encode_ext
Source§impl Hash for iw_encode_ext
impl Hash for iw_encode_ext
Source§impl PartialEq for iw_encode_ext
impl PartialEq for iw_encode_ext
impl Copy for iw_encode_ext
impl Eq for iw_encode_ext
impl StructuralPartialEq for iw_encode_ext
Auto Trait Implementations§
impl Freeze for iw_encode_ext
impl RefUnwindSafe for iw_encode_ext
impl Send for iw_encode_ext
impl Sync for iw_encode_ext
impl Unpin for iw_encode_ext
impl UnwindSafe for iw_encode_ext
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.