Struct windows_sys::Win32::NetworkManagement::Ndis::NDIS_802_11_TEST
[−]#[repr(C)]pub struct NDIS_802_11_TEST {
pub Length: u32,
pub Type: u32,
pub Anonymous: NDIS_802_11_TEST_0,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
Length: u32
Type: u32
Anonymous: NDIS_802_11_TEST_0
Trait Implementations
impl Clone for NDIS_802_11_TEST
impl Clone for NDIS_802_11_TEST
impl Copy for NDIS_802_11_TEST
Auto Trait Implementations
impl RefUnwindSafe for NDIS_802_11_TEST
impl Send for NDIS_802_11_TEST
impl Sync for NDIS_802_11_TEST
impl Unpin for NDIS_802_11_TEST
impl UnwindSafe for NDIS_802_11_TEST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more