Struct windows_sys::Win32::Networking::WinSock::ATM_QOS_CLASS_IE
[−]Expand description
Required features: "Win32_Networking_WinSock"
Fields
QOSClassForward: u8
QOSClassBackward: u8
Trait Implementations
impl Clone for ATM_QOS_CLASS_IE
impl Clone for ATM_QOS_CLASS_IE
impl Copy for ATM_QOS_CLASS_IE
Auto Trait Implementations
impl RefUnwindSafe for ATM_QOS_CLASS_IE
impl Send for ATM_QOS_CLASS_IE
impl Sync for ATM_QOS_CLASS_IE
impl Unpin for ATM_QOS_CLASS_IE
impl UnwindSafe for ATM_QOS_CLASS_IE
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