Struct DOT11_STATUS_INDICATION
#[repr(C)]pub struct DOT11_STATUS_INDICATION {
pub uStatusType: u32,
pub ndisStatus: i32,
}
Fields§
§uStatusType: u32
§ndisStatus: i32
Trait Implementations§
§impl Clone for DOT11_STATUS_INDICATION
impl Clone for DOT11_STATUS_INDICATION
§fn clone(&self) -> DOT11_STATUS_INDICATION
fn clone(&self) -> DOT11_STATUS_INDICATION
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 moreimpl Copy for DOT11_STATUS_INDICATION
Auto Trait Implementations§
impl Freeze for DOT11_STATUS_INDICATION
impl RefUnwindSafe for DOT11_STATUS_INDICATION
impl Send for DOT11_STATUS_INDICATION
impl Sync for DOT11_STATUS_INDICATION
impl Unpin for DOT11_STATUS_INDICATION
impl UnwindSafe for DOT11_STATUS_INDICATION
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