[][src]Struct esp_idf_sys::tx_ampdu_entry_s

#[repr(C)]
pub struct tx_ampdu_entry_s {
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u16>,
}

Fields

_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u16>

Methods

impl tx_ampdu_entry_s[src]

pub fn sub_len(&self) -> u32[src]

pub fn set_sub_len(&mut self, val: u32)[src]

pub fn dili_num(&self) -> u32[src]

pub fn set_dili_num(&mut self, val: u32)[src]

pub fn null_byte(&self) -> u32[src]

pub fn set_null_byte(&mut self, val: u32)[src]

pub fn data(&self) -> u32[src]

pub fn set_data(&mut self, val: u32)[src]

pub fn enc(&self) -> u32[src]

pub fn set_enc(&mut self, val: u32)[src]

pub fn seq(&self) -> u32[src]

pub fn set_seq(&mut self, val: u32)[src]

pub fn new_bitfield_1(
    sub_len: u32,
    dili_num: u32,
    null_byte: u32,
    data: u32,
    enc: u32,
    seq: u32
) -> __BindgenBitfieldUnit<[u8; 4], u16>
[src]

Trait Implementations

impl Debug for tx_ampdu_entry_s[src]

impl Copy for tx_ampdu_entry_s[src]

impl Clone for tx_ampdu_entry_s[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]