#[repr(C)]pub struct ieee_802_11b {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub short_preamble: gboolean,
}Fields§
§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§short_preamble: gbooleanImplementations§
Source§impl ieee_802_11b
impl ieee_802_11b
pub fn has_short_preamble(&self) -> guint
pub fn set_has_short_preamble(&mut self, val: guint)
pub fn new_bitfield_1( has_short_preamble: guint, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for ieee_802_11b
impl Clone for ieee_802_11b
Source§fn clone(&self) -> ieee_802_11b
fn clone(&self) -> ieee_802_11b
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_11b
impl Debug for ieee_802_11b
impl Copy for ieee_802_11b
Auto Trait Implementations§
impl Freeze for ieee_802_11b
impl RefUnwindSafe for ieee_802_11b
impl Send for ieee_802_11b
impl Sync for ieee_802_11b
impl Unpin for ieee_802_11b
impl UnwindSafe for ieee_802_11b
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