Struct DOT11_DS_INFO
#[repr(transparent)]pub struct DOT11_DS_INFO(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DOT11_DS_INFO
impl Clone for DOT11_DS_INFO
§fn clone(&self) -> DOT11_DS_INFO
fn clone(&self) -> DOT11_DS_INFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DOT11_DS_INFO
impl Debug for DOT11_DS_INFO
§impl Default for DOT11_DS_INFO
impl Default for DOT11_DS_INFO
§fn default() -> DOT11_DS_INFO
fn default() -> DOT11_DS_INFO
Returns the “default value” for a type. Read more
§impl PartialEq for DOT11_DS_INFO
impl PartialEq for DOT11_DS_INFO
impl Copy for DOT11_DS_INFO
impl Eq for DOT11_DS_INFO
impl StructuralPartialEq for DOT11_DS_INFO
Auto Trait Implementations§
impl Freeze for DOT11_DS_INFO
impl RefUnwindSafe for DOT11_DS_INFO
impl Send for DOT11_DS_INFO
impl Sync for DOT11_DS_INFO
impl Unpin for DOT11_DS_INFO
impl UnwindSafe for DOT11_DS_INFO
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more