Struct windows_sys::Win32::NetworkManagement::QoS::TC_GEN_FLOW
#[repr(C)]pub struct TC_GEN_FLOW {
pub SendingFlowspec: FLOWSPEC,
pub ReceivingFlowspec: FLOWSPEC,
pub TcObjectsLength: u32,
pub TcObjects: [QOS_OBJECT_HDR; 1],
}
Fields§
§SendingFlowspec: FLOWSPEC
§ReceivingFlowspec: FLOWSPEC
§TcObjectsLength: u32
§TcObjects: [QOS_OBJECT_HDR; 1]
Trait Implementations§
§impl Clone for TC_GEN_FLOW
impl Clone for TC_GEN_FLOW
§fn clone(&self) -> TC_GEN_FLOW
fn clone(&self) -> TC_GEN_FLOW
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for TC_GEN_FLOW
Auto Trait Implementations§
impl Freeze for TC_GEN_FLOW
impl RefUnwindSafe for TC_GEN_FLOW
impl Send for TC_GEN_FLOW
impl Sync for TC_GEN_FLOW
impl Unpin for TC_GEN_FLOW
impl UnwindSafe for TC_GEN_FLOW
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
)