Struct DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS
#[repr(C)]pub struct DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS {
pub Header: NDIS_OBJECT_HEADER,
pub DialogToken: u8,
pub PeerDeviceAddress: [u8; 6],
pub uSendTimeout: u32,
pub GroupCapability: u8,
pub GroupID: DOT11_WFD_GROUP_ID,
pub bUseGroupID: bool,
pub uIEsOffset: u32,
pub uIEsLength: u32,
}Fields§
§Header: NDIS_OBJECT_HEADER§DialogToken: u8§PeerDeviceAddress: [u8; 6]§uSendTimeout: u32§GroupCapability: u8§GroupID: DOT11_WFD_GROUP_ID§bUseGroupID: bool§uIEsOffset: u32§uIEsLength: u32Trait Implementations§
§impl Clone for DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS
impl Clone for DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS
§fn clone(&self) -> DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS
fn clone(&self) -> DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS
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_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS
impl PartialEq for DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS
§fn eq(&self, other: &DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS) -> bool
fn eq(&self, other: &DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS
impl StructuralPartialEq for DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS
Auto Trait Implementations§
impl Freeze for DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS
impl RefUnwindSafe for DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS
impl Send for DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS
impl Sync for DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS
impl Unpin for DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS
impl UnwindSafe for DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS
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