Struct windows_sys::Win32::Networking::WinSock::QOS
[−]#[repr(C)]pub struct QOS {
pub SendingFlowspec: FLOWSPEC,
pub ReceivingFlowspec: FLOWSPEC,
pub ProviderSpecific: WSABUF,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
SendingFlowspec: FLOWSPEC
ReceivingFlowspec: FLOWSPEC
ProviderSpecific: WSABUF
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QOS
impl !Send for QOS
impl !Sync for QOS
impl Unpin for QOS
impl UnwindSafe for QOS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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