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: u32
§NonConformantDSCPValue: u32
§ConformantL2Value: u32
§NonConformantL2Value: u32