Struct iw_pmkid_cand

#[repr(C)]
pub struct iw_pmkid_cand { pub flags: __u32, pub index: __u32, pub bssid: sockaddr }

Fields

flags: __u32
index: __u32
bssid: sockaddr

Trait Implementations

impl Clone for iw_pmkid_cand

fn clone(&self) -> iw_pmkid_cand

impl Copy for iw_pmkid_cand

impl Debug for iw_pmkid_cand

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

impl Eq for iw_pmkid_cand

impl Hash for iw_pmkid_cand

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

impl PartialEq for iw_pmkid_cand

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

impl StructuralPartialEq for iw_pmkid_cand

Auto Trait Implementations

impl Freeze for iw_pmkid_cand

impl RefUnwindSafe for iw_pmkid_cand

impl Send for iw_pmkid_cand

impl Sync for iw_pmkid_cand

impl Unpin for iw_pmkid_cand

impl UnsafeUnpin for iw_pmkid_cand

impl UnwindSafe for iw_pmkid_cand

Blanket Implementations

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

fn type_id(&self) -> TypeId

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

fn borrow(&self) -> &T

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

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

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

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

impl<T> From<T> for iw_pmkid_cand

fn from(t: T) -> T

Returns the argument unchanged.

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

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

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

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