Struct iw_michaelmicfailure

#[repr(C)]
pub struct iw_michaelmicfailure { pub flags: __u32, pub src_addr: sockaddr, pub tsc: [__u8; 8] }

Fields

flags: __u32
src_addr: sockaddr
tsc: [__u8; 8]

Trait Implementations

impl Clone for iw_michaelmicfailure

fn clone(&self) -> iw_michaelmicfailure

impl Copy for iw_michaelmicfailure

impl Debug for iw_michaelmicfailure

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl Eq for iw_michaelmicfailure

impl Hash for iw_michaelmicfailure

fn hash<__H: Hasher>(&self, state: &mut __H)

impl PartialEq for iw_michaelmicfailure

fn eq(&self, other: &iw_michaelmicfailure) -> bool

impl StructuralPartialEq for iw_michaelmicfailure

Auto Trait Implementations

impl Freeze for iw_michaelmicfailure

impl RefUnwindSafe for iw_michaelmicfailure

impl Send for iw_michaelmicfailure

impl Sync for iw_michaelmicfailure

impl Unpin for iw_michaelmicfailure

impl UnsafeUnpin for iw_michaelmicfailure

impl UnwindSafe for iw_michaelmicfailure

Blanket Implementations

impl<T> Any for iw_michaelmicfailure where T: 'static + ?Sized,

fn type_id(&self) -> TypeId

impl<T> Borrow<T> for iw_michaelmicfailure where T: ?Sized,

fn borrow(&self) -> &T

impl<T> BorrowMut<T> for iw_michaelmicfailure where T: ?Sized,

fn borrow_mut(&mut self) -> &mut T

impl<T> CloneToUninit for iw_michaelmicfailure where T: Clone,

unsafe fn clone_to_uninit(&self, dest: *mut u8)

impl<T> From<T> for iw_michaelmicfailure

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into<U> for iw_michaelmicfailure where U: From<T>,

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom<U> for iw_michaelmicfailure where U: Into<T>,

type Error = never;
fn try_from(value: U) -> Result<T, never>

impl<T, U> TryInto<U> for iw_michaelmicfailure where U: TryFrom<T>,

type Error = <U as TryFrom<T>>::Error;
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>