#[repr(C)]pub struct DOT11_SEND_GO_NEGOTIATION_REQUEST_PARAMETERS {
pub Header: NDIS_OBJECT_HEADER,
pub PeerDeviceAddress: [u8; 6],
pub DialogToken: u8,
pub uSendTimeout: u32,
pub GroupOwnerIntent: DOT11_WFD_GO_INTENT,
pub MinimumConfigTimeout: DOT11_WFD_CONFIGURATION_TIMEOUT,
pub IntendedInterfaceAddress: [u8; 6],
pub GroupCapability: u8,
pub uIEsOffset: u32,
pub uIEsLength: u32,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields§
§Header: NDIS_OBJECT_HEADER
§PeerDeviceAddress: [u8; 6]
§DialogToken: u8
§uSendTimeout: u32
§GroupOwnerIntent: DOT11_WFD_GO_INTENT
§MinimumConfigTimeout: DOT11_WFD_CONFIGURATION_TIMEOUT
§IntendedInterfaceAddress: [u8; 6]
§GroupCapability: u8
§uIEsOffset: u32
§uIEsLength: u32
Trait Implementations§
impl Copy for DOT11_SEND_GO_NEGOTIATION_REQUEST_PARAMETERS
Auto Trait Implementations§
impl RefUnwindSafe for DOT11_SEND_GO_NEGOTIATION_REQUEST_PARAMETERS
impl Send for DOT11_SEND_GO_NEGOTIATION_REQUEST_PARAMETERS
impl Sync for DOT11_SEND_GO_NEGOTIATION_REQUEST_PARAMETERS
impl Unpin for DOT11_SEND_GO_NEGOTIATION_REQUEST_PARAMETERS
impl UnwindSafe for DOT11_SEND_GO_NEGOTIATION_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