Struct windows_sys::Win32::NetworkManagement::QoS::QOS_DIFFSERV
[−]#[repr(C)]pub struct QOS_DIFFSERV {
pub ObjectHdr: QOS_OBJECT_HDR,
pub DSFieldCount: u32,
pub DiffservRule: [u8; 1],
}
Expand description
Required features: "Win32_NetworkManagement_QoS"
Fields
ObjectHdr: QOS_OBJECT_HDR
DSFieldCount: u32
DiffservRule: [u8; 1]
Trait Implementations
impl Clone for QOS_DIFFSERV
impl Clone for QOS_DIFFSERV
impl Copy for QOS_DIFFSERV
Auto Trait Implementations
impl RefUnwindSafe for QOS_DIFFSERV
impl Send for QOS_DIFFSERV
impl Sync for QOS_DIFFSERV
impl Unpin for QOS_DIFFSERV
impl UnwindSafe for QOS_DIFFSERV
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