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