Struct DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2
#[repr(C)]pub struct DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2 {
pub Header: NDIS_OBJECT_HEADER,
pub bPersistentGroupEnabled: bool,
pub bIntraBSSDistributionSupported: bool,
pub bCrossConnectionSupported: bool,
pub bPersistentReconnectSupported: bool,
pub bGroupFormationEnabled: bool,
pub uMaximumGroupLimit: u32,
pub bEapolKeyIpAddressAllocationSupported: bool,
}
Fields§
§Header: NDIS_OBJECT_HEADER
§bPersistentGroupEnabled: bool
§bIntraBSSDistributionSupported: bool
§bCrossConnectionSupported: bool
§bPersistentReconnectSupported: bool
§bGroupFormationEnabled: bool
§uMaximumGroupLimit: u32
§bEapolKeyIpAddressAllocationSupported: bool
Trait Implementations§
§impl Clone for DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2
impl Clone for DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2
§fn clone(&self) -> DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2
fn clone(&self) -> DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl PartialEq for DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2
impl PartialEq for DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2
§fn eq(&self, other: &DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2) -> bool
fn eq(&self, other: &DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2
impl StructuralPartialEq for DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2
Auto Trait Implementations§
impl Freeze for DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2
impl RefUnwindSafe for DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2
impl Send for DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2
impl Sync for DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2
impl Unpin for DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2
impl UnwindSafe for DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2
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