Struct windows_sys::Win32::Networking::WinSock::ATM_QOS_CLASS_IE
#[repr(C)]pub struct ATM_QOS_CLASS_IE {
pub QOSClassForward: u8,
pub QOSClassBackward: u8,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more