#[repr(C)]pub struct DOT11_MANUFACTURING_TEST_SLEEP {
pub uSleepTime: u32,
pub pvContext: *mut c_void,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
uSleepTime: u32
pvContext: *mut c_void
Trait Implementations
impl Clone for DOT11_MANUFACTURING_TEST_SLEEP
impl Clone for DOT11_MANUFACTURING_TEST_SLEEP
impl Copy for DOT11_MANUFACTURING_TEST_SLEEP
Auto Trait Implementations
impl RefUnwindSafe for DOT11_MANUFACTURING_TEST_SLEEP
impl !Send for DOT11_MANUFACTURING_TEST_SLEEP
impl !Sync for DOT11_MANUFACTURING_TEST_SLEEP
impl Unpin for DOT11_MANUFACTURING_TEST_SLEEP
impl UnwindSafe for DOT11_MANUFACTURING_TEST_SLEEP
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