#[repr(C, packed(1))]pub struct DOT11_WFD_GO_INTENT {
pub Bitfields: UCHAR,
}
Fields§
§Bitfields: UCHAR
Implementations§
Source§impl DOT11_WFD_GO_INTENT
impl DOT11_WFD_GO_INTENT
pub fn TieBreaker(&self) -> UCHAR
pub fn set_TieBreaker(&mut self, val: UCHAR)
pub fn Intent(&self) -> UCHAR
pub fn set_Intent(&mut self, val: UCHAR)
Trait Implementations§
Source§impl Clone for DOT11_WFD_GO_INTENT
impl Clone for DOT11_WFD_GO_INTENT
Source§fn clone(&self) -> DOT11_WFD_GO_INTENT
fn clone(&self) -> DOT11_WFD_GO_INTENT
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_GO_INTENT
impl Default for DOT11_WFD_GO_INTENT
Source§fn default() -> DOT11_WFD_GO_INTENT
fn default() -> DOT11_WFD_GO_INTENT
Returns the “default value” for a type. Read more
impl Copy for DOT11_WFD_GO_INTENT
Auto Trait Implementations§
impl Freeze for DOT11_WFD_GO_INTENT
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