Struct iw_quality

#[repr(C)]
pub struct iw_quality { pub qual: __u8, pub level: __u8, pub noise: __u8, pub updated: __u8 }

Fields

qual: __u8
level: __u8
noise: __u8
updated: __u8

Trait Implementations

impl Clone for iw_quality

fn clone(&self) -> iw_quality

impl Copy for iw_quality

impl Debug for iw_quality

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

impl Eq for iw_quality

impl Hash for iw_quality

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

impl PartialEq for iw_quality

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

impl StructuralPartialEq for iw_quality

Auto Trait Implementations

impl Freeze for iw_quality

impl RefUnwindSafe for iw_quality

impl Send for iw_quality

impl Sync for iw_quality

impl Unpin for iw_quality

impl UnsafeUnpin for iw_quality

impl UnwindSafe for iw_quality

Blanket Implementations

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

fn type_id(&self) -> TypeId

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

fn borrow(&self) -> &T

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

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

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

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

impl<T> From<T> for iw_quality

fn from(t: T) -> T

Returns the argument unchanged.

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

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

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

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