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