Struct windows_sys::Win32::NetworkManagement::QoS::QOS_TRAFFIC_CLASS
[−]#[repr(C)]pub struct QOS_TRAFFIC_CLASS {
pub ObjectHdr: QOS_OBJECT_HDR,
pub TrafficClass: u32,
}
Expand description
Required features: "Win32_NetworkManagement_QoS"
Fields
ObjectHdr: QOS_OBJECT_HDR
TrafficClass: u32
Trait Implementations
impl Clone for QOS_TRAFFIC_CLASS
impl Clone for QOS_TRAFFIC_CLASS
impl Copy for QOS_TRAFFIC_CLASS
Auto Trait Implementations
impl RefUnwindSafe for QOS_TRAFFIC_CLASS
impl Send for QOS_TRAFFIC_CLASS
impl Sync for QOS_TRAFFIC_CLASS
impl Unpin for QOS_TRAFFIC_CLASS
impl UnwindSafe for QOS_TRAFFIC_CLASS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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