Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_WPS_DEVICE_NAME
#[repr(C)]pub struct DOT11_WPS_DEVICE_NAME {
pub uDeviceNameLength: u32,
pub ucDeviceName: [u8; 32],
}
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§
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