Struct iw_priv_args
#[repr(C)]
pub struct iw_priv_args { pub cmd: __u32, pub set_args: __u16, pub get_args: __u16, pub name: [c_char; 16] }
Fields
cmd: __u32set_args: __u16get_args: __u16name: [c_char; 16]
Trait Implementations
impl Clone for iw_priv_args
fn clone(&self) -> iw_priv_args
impl Copy for iw_priv_args
impl Debug for iw_priv_args
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for iw_priv_args
impl Hash for iw_priv_args
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for iw_priv_args
fn eq(&self, other: &iw_priv_args) -> bool
impl StructuralPartialEq for iw_priv_args
Auto Trait Implementations
impl Freeze for iw_priv_args
impl RefUnwindSafe for iw_priv_args
impl Send for iw_priv_args
impl Sync for iw_priv_args
impl Unpin for iw_priv_args
impl UnsafeUnpin for iw_priv_args
impl UnwindSafe for iw_priv_args
Blanket Implementations
impl<T> Any for iw_priv_args
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for iw_priv_args
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for iw_priv_args
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for iw_priv_args
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for iw_priv_args
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for iw_priv_args
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_priv_args
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for iw_priv_args
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>