Struct iw_thrspy

#[repr(C)]
pub struct iw_thrspy { pub addr: sockaddr, pub qual: iw_quality, pub low: iw_quality, pub high: iw_quality }

Fields

addr: sockaddr
qual: iw_quality
low: iw_quality
high: iw_quality

Trait Implementations

impl Clone for iw_thrspy

fn clone(&self) -> iw_thrspy

impl Copy for iw_thrspy

impl Debug for iw_thrspy

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

impl Eq for iw_thrspy

impl Hash for iw_thrspy

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

impl PartialEq for iw_thrspy

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

impl StructuralPartialEq for iw_thrspy

Auto Trait Implementations

impl Freeze for iw_thrspy

impl RefUnwindSafe for iw_thrspy

impl Send for iw_thrspy

impl Sync for iw_thrspy

impl Unpin for iw_thrspy

impl UnsafeUnpin for iw_thrspy

impl UnwindSafe for iw_thrspy

Blanket Implementations

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

fn type_id(&self) -> TypeId

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

fn borrow(&self) -> &T

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

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

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

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

impl<T> From<T> for iw_thrspy

fn from(t: T) -> T

Returns the argument unchanged.

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

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

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

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