#[repr(C, align(4))]pub struct ieee_802_11ad {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub mcs: guint8,
}Fields§
§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§mcs: guint8Implementations§
Source§impl ieee_802_11ad
impl ieee_802_11ad
pub fn has_mcs_index(&self) -> guint
pub fn set_has_mcs_index(&mut self, val: guint)
pub fn new_bitfield_1(has_mcs_index: guint) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for ieee_802_11ad
impl Clone for ieee_802_11ad
Source§fn clone(&self) -> ieee_802_11ad
fn clone(&self) -> ieee_802_11ad
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 Debug for ieee_802_11ad
impl Debug for ieee_802_11ad
impl Copy for ieee_802_11ad
Auto Trait Implementations§
impl Freeze for ieee_802_11ad
impl RefUnwindSafe for ieee_802_11ad
impl Send for ieee_802_11ad
impl Sync for ieee_802_11ad
impl Unpin for ieee_802_11ad
impl UnwindSafe for ieee_802_11ad
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