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