#[repr(C)]pub struct DOT11_WME_AC_PARAMETERS {
pub ucAccessCategoryIndex: u8,
pub ucAIFSN: u8,
pub ucECWmin: u8,
pub ucECWmax: u8,
pub usTXOPLimit: u16,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
ucAccessCategoryIndex: u8
ucAIFSN: u8
ucECWmin: u8
ucECWmax: u8
usTXOPLimit: u16
Trait Implementations
impl Clone for DOT11_WME_AC_PARAMETERS
impl Clone for DOT11_WME_AC_PARAMETERS
impl Copy for DOT11_WME_AC_PARAMETERS
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more