Struct windows_sys::Win32::NetworkManagement::QoS::FLOW_DESC
#[repr(C)]pub struct FLOW_DESC {
pub u1: FLOW_DESC_0,
pub u2: FLOW_DESC_1,
}
Fields§
§u1: FLOW_DESC_0
§u2: FLOW_DESC_1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FLOW_DESC
impl RefUnwindSafe for FLOW_DESC
impl !Send for FLOW_DESC
impl !Sync for FLOW_DESC
impl Unpin for FLOW_DESC
impl UnwindSafe for FLOW_DESC
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)