#[repr(C)]pub struct DOT11_QOS_TX_MEDIUM_TIME {
pub dot11PeerAddress: [u8; 6],
pub ucQoSPriority: u8,
pub uMediumTimeAdmited: u32,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
dot11PeerAddress: [u8; 6]
ucQoSPriority: u8
uMediumTimeAdmited: u32
Trait Implementations
impl Clone for DOT11_QOS_TX_MEDIUM_TIME
impl Clone for DOT11_QOS_TX_MEDIUM_TIME
impl Copy for DOT11_QOS_TX_MEDIUM_TIME
Auto Trait Implementations
impl RefUnwindSafe for DOT11_QOS_TX_MEDIUM_TIME
impl Send for DOT11_QOS_TX_MEDIUM_TIME
impl Sync for DOT11_QOS_TX_MEDIUM_TIME
impl Unpin for DOT11_QOS_TX_MEDIUM_TIME
impl UnwindSafe for DOT11_QOS_TX_MEDIUM_TIME
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