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,
}
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
§fn clone(&self) -> QOS_DIFFSERV_RULE
fn clone(&self) -> QOS_DIFFSERV_RULE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for QOS_DIFFSERV_RULE
Auto Trait Implementations§
impl Freeze for QOS_DIFFSERV_RULE
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)