Struct esp_idf_sys::tx_ampdu_entry_s
source · [−]#[repr(C)]#[repr(align(4))]pub struct tx_ampdu_entry_s {
pub _bitfield_align_1: [u16; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields
_bitfield_align_1: [u16; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations
sourceimpl tx_ampdu_entry_s
impl tx_ampdu_entry_s
pub fn sub_len(&self) -> u32
pub fn set_sub_len(&mut self, val: u32)
pub fn dili_num(&self) -> u32
pub fn set_dili_num(&mut self, val: u32)
pub fn null_byte(&self) -> u32
pub fn set_null_byte(&mut self, val: u32)
pub fn data(&self) -> u32
pub fn set_data(&mut self, val: u32)
pub fn enc(&self) -> u32
pub fn set_enc(&mut self, val: u32)
pub fn seq(&self) -> u32
pub fn set_seq(&mut self, val: u32)
pub fn new_bitfield_1(
sub_len: u32,
dili_num: u32,
null_byte: u32,
data: u32,
enc: u32,
seq: u32
) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations
sourceimpl Clone for tx_ampdu_entry_s
impl Clone for tx_ampdu_entry_s
sourcefn clone(&self) -> tx_ampdu_entry_s
fn clone(&self) -> tx_ampdu_entry_s
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for tx_ampdu_entry_s
impl Debug for tx_ampdu_entry_s
sourceimpl Default for tx_ampdu_entry_s
impl Default for tx_ampdu_entry_s
sourcefn default() -> tx_ampdu_entry_s
fn default() -> tx_ampdu_entry_s
Returns the “default value” for a type. Read more
impl Copy for tx_ampdu_entry_s
Auto Trait Implementations
impl RefUnwindSafe for tx_ampdu_entry_s
impl Send for tx_ampdu_entry_s
impl Sync for tx_ampdu_entry_s
impl Unpin for tx_ampdu_entry_s
impl UnwindSafe for tx_ampdu_entry_s
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more