#[repr(C, packed(1))]pub struct DOT11_WFD_INVITATION_FLAGS {
pub Bitfields: UCHAR,
}
Fields§
§Bitfields: UCHAR
Implementations§
Source§impl DOT11_WFD_INVITATION_FLAGS
impl DOT11_WFD_INVITATION_FLAGS
pub fn InvitationType(&self) -> UCHAR
pub fn set_InvitationType(&mut self, val: UCHAR)
pub fn Reserved(&self) -> UCHAR
pub fn set_Reserved(&mut self, val: UCHAR)
Trait Implementations§
Source§impl Clone for DOT11_WFD_INVITATION_FLAGS
impl Clone for DOT11_WFD_INVITATION_FLAGS
Source§fn clone(&self) -> DOT11_WFD_INVITATION_FLAGS
fn clone(&self) -> DOT11_WFD_INVITATION_FLAGS
Returns a duplicate 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 moreSource§impl Default for DOT11_WFD_INVITATION_FLAGS
impl Default for DOT11_WFD_INVITATION_FLAGS
Source§fn default() -> DOT11_WFD_INVITATION_FLAGS
fn default() -> DOT11_WFD_INVITATION_FLAGS
Returns the “default value” for a type. Read more
impl Copy for DOT11_WFD_INVITATION_FLAGS
Auto Trait Implementations§
impl Freeze for DOT11_WFD_INVITATION_FLAGS
impl RefUnwindSafe for DOT11_WFD_INVITATION_FLAGS
impl Send for DOT11_WFD_INVITATION_FLAGS
impl Sync for DOT11_WFD_INVITATION_FLAGS
impl Unpin for DOT11_WFD_INVITATION_FLAGS
impl UnwindSafe for DOT11_WFD_INVITATION_FLAGS
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