#[repr(C)]pub struct DOT11_WPS_DEVICE_NAME {
pub uDeviceNameLength: u32,
pub ucDeviceName: [u8; 32],
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
uDeviceNameLength: u32
ucDeviceName: [u8; 32]
Trait Implementations
impl Clone for DOT11_WPS_DEVICE_NAME
impl Clone for DOT11_WPS_DEVICE_NAME
impl Copy for DOT11_WPS_DEVICE_NAME
Auto Trait Implementations
impl RefUnwindSafe for DOT11_WPS_DEVICE_NAME
impl Send for DOT11_WPS_DEVICE_NAME
impl Sync for DOT11_WPS_DEVICE_NAME
impl Unpin for DOT11_WPS_DEVICE_NAME
impl UnwindSafe for DOT11_WPS_DEVICE_NAME
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