Struct FLOWDESCRIPTOR
#[repr(C)]pub struct FLOWDESCRIPTOR {
pub FlowSpec: FLOWSPEC,
pub NumFilters: u32,
pub FilterList: *mut RSVP_FILTERSPEC,
}Fields§
§FlowSpec: FLOWSPEC§NumFilters: u32§FilterList: *mut RSVP_FILTERSPECTrait Implementations§
§impl Clone for FLOWDESCRIPTOR
impl Clone for FLOWDESCRIPTOR
§fn clone(&self) -> FLOWDESCRIPTOR
fn clone(&self) -> FLOWDESCRIPTOR
Returns a duplicate 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 more§impl Default for FLOWDESCRIPTOR
Available on crate feature Win32_Networking_WinSock only.
impl Default for FLOWDESCRIPTOR
Available on crate feature
Win32_Networking_WinSock only.impl Copy for FLOWDESCRIPTOR
Auto Trait Implementations§
impl Freeze for FLOWDESCRIPTOR
impl RefUnwindSafe for FLOWDESCRIPTOR
impl !Send for FLOWDESCRIPTOR
impl !Sync for FLOWDESCRIPTOR
impl Unpin for FLOWDESCRIPTOR
impl UnwindSafe for FLOWDESCRIPTOR
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