#[repr(C, align(4))]pub struct ieee_802_11a {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 3],
}Fields§
§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: [u8; 3]Implementations§
Source§impl ieee_802_11a
impl ieee_802_11a
pub fn has_channel_type(&self) -> guint
pub fn set_has_channel_type(&mut self, val: guint)
pub fn has_turbo_type(&self) -> guint
pub fn set_has_turbo_type(&mut self, val: guint)
pub fn channel_type(&self) -> guint
pub fn set_channel_type(&mut self, val: guint)
pub fn turbo_type(&self) -> guint
pub fn set_turbo_type(&mut self, val: guint)
pub fn new_bitfield_1( has_channel_type: guint, has_turbo_type: guint, channel_type: guint, turbo_type: guint, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for ieee_802_11a
impl Clone for ieee_802_11a
Source§fn clone(&self) -> ieee_802_11a
fn clone(&self) -> ieee_802_11a
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_11a
impl Debug for ieee_802_11a
impl Copy for ieee_802_11a
Auto Trait Implementations§
impl Freeze for ieee_802_11a
impl RefUnwindSafe for ieee_802_11a
impl Send for ieee_802_11a
impl Sync for ieee_802_11a
impl Unpin for ieee_802_11a
impl UnwindSafe for ieee_802_11a
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