#[repr(C)]pub struct WlanWmmAcParams {
pub ecw_min: u8,
pub ecw_max: u8,
pub aifsn: u8,
pub txop_limit: u16,
pub acm: bool,
}
Fields§
§ecw_min: u8
§ecw_max: u8
§aifsn: u8
§txop_limit: u16
§acm: bool
Trait Implementations§
source§impl Clone for WlanWmmAcParams
impl Clone for WlanWmmAcParams
source§fn clone(&self) -> WlanWmmAcParams
fn clone(&self) -> WlanWmmAcParams
Returns a copy 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 WlanWmmAcParams
impl Debug for WlanWmmAcParams
source§impl PartialEq<WlanWmmAcParams> for WlanWmmAcParams
impl PartialEq<WlanWmmAcParams> for WlanWmmAcParams
source§fn eq(&self, other: &WlanWmmAcParams) -> bool
fn eq(&self, other: &WlanWmmAcParams) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.