Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_IHV_VERSION_INFO
#[repr(C)]pub struct DOT11_IHV_VERSION_INFO {
pub dwVerMin: u32,
pub dwVerMax: u32,
}
Fields§
§dwVerMin: u32
§dwVerMax: u32
Trait Implementations§
§impl Clone for DOT11_IHV_VERSION_INFO
impl Clone for DOT11_IHV_VERSION_INFO
impl Copy for DOT11_IHV_VERSION_INFO
Auto Trait Implementations§
impl RefUnwindSafe for DOT11_IHV_VERSION_INFO
impl Send for DOT11_IHV_VERSION_INFO
impl Sync for DOT11_IHV_VERSION_INFO
impl Unpin for DOT11_IHV_VERSION_INFO
impl UnwindSafe for DOT11_IHV_VERSION_INFO
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