Struct windows_sys::Win32::NetworkManagement::QoS::ENUMERATION_BUFFER
#[repr(C)]pub struct ENUMERATION_BUFFER {
pub Length: u32,
pub OwnerProcessId: u32,
pub FlowNameLength: u16,
pub FlowName: [u16; 256],
pub pFlow: *mut TC_GEN_FLOW,
pub NumberOfFilters: u32,
pub GenericFilter: [TC_GEN_FILTER; 1],
}
Fields§
§Length: u32
§OwnerProcessId: u32
§FlowNameLength: u16
§FlowName: [u16; 256]
§pFlow: *mut TC_GEN_FLOW
§NumberOfFilters: u32
§GenericFilter: [TC_GEN_FILTER; 1]
Trait Implementations§
§impl Clone for ENUMERATION_BUFFER
impl Clone for ENUMERATION_BUFFER
§fn clone(&self) -> ENUMERATION_BUFFER
fn clone(&self) -> ENUMERATION_BUFFER
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 ENUMERATION_BUFFER
Auto Trait Implementations§
impl Freeze for ENUMERATION_BUFFER
impl RefUnwindSafe for ENUMERATION_BUFFER
impl !Send for ENUMERATION_BUFFER
impl !Sync for ENUMERATION_BUFFER
impl Unpin for ENUMERATION_BUFFER
impl UnwindSafe for ENUMERATION_BUFFER
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
)