Struct DOT11_WME_AC_PARAMETERS
#[repr(C)]pub struct DOT11_WME_AC_PARAMETERS {
pub ucAccessCategoryIndex: u8,
pub ucAIFSN: u8,
pub ucECWmin: u8,
pub ucECWmax: u8,
pub usTXOPLimit: u16,
}Fields§
§ucAccessCategoryIndex: u8§ucAIFSN: u8§ucECWmin: u8§ucECWmax: u8§usTXOPLimit: u16Trait Implementations§
§impl Clone for DOT11_WME_AC_PARAMETERS
impl Clone for DOT11_WME_AC_PARAMETERS
§fn clone(&self) -> DOT11_WME_AC_PARAMETERS
fn clone(&self) -> DOT11_WME_AC_PARAMETERS
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 more§impl Debug for DOT11_WME_AC_PARAMETERS
impl Debug for DOT11_WME_AC_PARAMETERS
§impl Default for DOT11_WME_AC_PARAMETERS
impl Default for DOT11_WME_AC_PARAMETERS
§impl PartialEq for DOT11_WME_AC_PARAMETERS
impl PartialEq for DOT11_WME_AC_PARAMETERS
impl Copy for DOT11_WME_AC_PARAMETERS
impl StructuralPartialEq for DOT11_WME_AC_PARAMETERS
Auto Trait Implementations§
impl Freeze for DOT11_WME_AC_PARAMETERS
impl RefUnwindSafe for DOT11_WME_AC_PARAMETERS
impl Send for DOT11_WME_AC_PARAMETERS
impl Sync for DOT11_WME_AC_PARAMETERS
impl Unpin for DOT11_WME_AC_PARAMETERS
impl UnwindSafe for DOT11_WME_AC_PARAMETERS
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