Struct windows_sys::Win32::NetworkManagement::Ndis::NDIS_802_11_SSID
#[repr(C)]pub struct NDIS_802_11_SSID {
pub SsidLength: u32,
pub Ssid: [u8; 32],
}
Fields§
§SsidLength: u32
§Ssid: [u8; 32]
Trait Implementations§
§impl Clone for NDIS_802_11_SSID
impl Clone for NDIS_802_11_SSID
impl Copy for NDIS_802_11_SSID
Auto Trait Implementations§
impl RefUnwindSafe for NDIS_802_11_SSID
impl Send for NDIS_802_11_SSID
impl Sync for NDIS_802_11_SSID
impl Unpin for NDIS_802_11_SSID
impl UnwindSafe for NDIS_802_11_SSID
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