#[repr(C)]pub struct DOT11_QOS_TX_MEDIUM_TIME {
pub dot11PeerAddress: [u8; 6],
pub ucQoSPriority: u8,
pub uMediumTimeAdmited: u32,
}
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§
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