Union windows_sys::Win32::NetworkManagement::QoS::flow_desc_0
[−]#[repr(C)]
pub union flow_desc_0 {
pub stspec: *mut SENDER_TSPEC,
pub isflow: *mut IS_FLOWSPEC,
}
Expand description
Required features: "Win32_NetworkManagement_QoS"
, "Win32_Networking_WinSock"
Fields
stspec: *mut SENDER_TSPEC
isflow: *mut IS_FLOWSPEC
Trait Implementations
impl Clone for flow_desc_0
impl Clone for flow_desc_0
impl Copy for flow_desc_0
Auto Trait Implementations
impl RefUnwindSafe for flow_desc_0
impl !Send for flow_desc_0
impl !Sync for flow_desc_0
impl Unpin for flow_desc_0
impl UnwindSafe for flow_desc_0
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