Struct iw_event

#[repr(C)]
pub struct iw_event { pub len: __u16, pub cmd: __u16, pub u: iwreq_data }

Fields

len: __u16
cmd: __u16
u: iwreq_data

Trait Implementations

impl Clone for iw_event

fn clone(&self) -> iw_event

impl Copy for iw_event

impl Debug for iw_event

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

Auto Trait Implementations

impl !Send for iw_event

impl !Sync for iw_event

impl Freeze for iw_event

impl RefUnwindSafe for iw_event

impl Unpin for iw_event

impl UnsafeUnpin for iw_event

impl UnwindSafe for iw_event

Blanket Implementations

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

fn type_id(&self) -> TypeId

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

fn borrow(&self) -> &T

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

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

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

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

impl<T> From<T> for iw_event

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into<U> for iw_event 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_event where U: Into<T>,

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

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

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