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,
}Expand description
Required features: ‘Win32_NetworkManagement_QoS’
Fields
ConformantDSCPValue: u32NonConformantDSCPValue: u32ConformantL2Value: u32NonConformantL2Value: u32