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