Struct iw_encode_ext
#[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: __u32tx_seq: [__u8; 8]rx_seq: [__u8; 8]addr: sockaddralg: __u16key_len: __u16key: [__u8; 0]
Trait Implementations
impl Clone for iw_encode_ext
fn clone(&self) -> iw_encode_ext
impl Copy for iw_encode_ext
impl Debug for iw_encode_ext
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for iw_encode_ext
impl Hash for iw_encode_ext
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for iw_encode_ext
fn eq(&self, other: &iw_encode_ext) -> bool
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 UnsafeUnpin for iw_encode_ext
impl UnwindSafe for iw_encode_ext
Blanket Implementations
impl<T> Any for iw_encode_ext
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for iw_encode_ext
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for iw_encode_ext
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for iw_encode_ext
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for iw_encode_ext
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for iw_encode_ext
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for iw_encode_ext
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for iw_encode_ext
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>