#[repr(C)]pub struct DOT11_REG_DOMAIN_VALUE {
pub uRegDomainsSupportIndex: u32,
pub uRegDomainsSupportValue: u32,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
uRegDomainsSupportIndex: u32
uRegDomainsSupportValue: u32
Trait 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more