Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_PHY_ID_LIST
#[repr(C)]pub struct DOT11_PHY_ID_LIST {
pub Header: NDIS_OBJECT_HEADER,
pub uNumOfEntries: u32,
pub uTotalNumOfEntries: u32,
pub dot11PhyId: [u32; 1],
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields§
§Header: NDIS_OBJECT_HEADER
§uNumOfEntries: u32
§uTotalNumOfEntries: u32
§dot11PhyId: [u32; 1]
Trait Implementations§
§impl Clone for DOT11_PHY_ID_LIST
impl Clone for DOT11_PHY_ID_LIST
impl Copy for DOT11_PHY_ID_LIST
Auto Trait Implementations§
impl RefUnwindSafe for DOT11_PHY_ID_LIST
impl Send for DOT11_PHY_ID_LIST
impl Sync for DOT11_PHY_ID_LIST
impl Unpin for DOT11_PHY_ID_LIST
impl UnwindSafe for DOT11_PHY_ID_LIST
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