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_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§
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