Struct windows_sys::Win32::NetworkManagement::QoS::QOS_PACKET_PRIORITY
#[repr(C)]pub struct QOS_PACKET_PRIORITY {
pub ConformantDSCPValue: u32,
pub NonConformantDSCPValue: u32,
pub ConformantL2Value: u32,
pub NonConformantL2Value: u32,
}
Fields§
§ConformantDSCPValue: u32
§NonConformantDSCPValue: u32
§ConformantL2Value: u32
§NonConformantL2Value: u32
Trait Implementations§
§impl Clone for QOS_PACKET_PRIORITY
impl Clone for QOS_PACKET_PRIORITY
impl Copy for QOS_PACKET_PRIORITY
Auto Trait Implementations§
impl RefUnwindSafe for QOS_PACKET_PRIORITY
impl Send for QOS_PACKET_PRIORITY
impl Sync for QOS_PACKET_PRIORITY
impl Unpin for QOS_PACKET_PRIORITY
impl UnwindSafe for QOS_PACKET_PRIORITY
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