Struct windows_sys::Win32::NetworkManagement::QoS::QOS_DIFFSERV_RULE
[−]#[repr(C)]pub struct QOS_DIFFSERV_RULE {
pub InboundDSField: u8,
pub ConformingOutboundDSField: u8,
pub NonConformingOutboundDSField: u8,
pub ConformingUserPriority: u8,
pub NonConformingUserPriority: u8,
}
Expand description
Required features: "Win32_NetworkManagement_QoS"
Fields
InboundDSField: u8
ConformingOutboundDSField: u8
NonConformingOutboundDSField: u8
ConformingUserPriority: u8
NonConformingUserPriority: u8
Trait Implementations
impl Clone for QOS_DIFFSERV_RULE
impl Clone for QOS_DIFFSERV_RULE
impl Copy for QOS_DIFFSERV_RULE
Auto Trait Implementations
impl RefUnwindSafe for QOS_DIFFSERV_RULE
impl Send for QOS_DIFFSERV_RULE
impl Sync for QOS_DIFFSERV_RULE
impl Unpin for QOS_DIFFSERV_RULE
impl UnwindSafe for QOS_DIFFSERV_RULE
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