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_FILTERSPEC
Trait Implementations§
§impl Clone for FLOWDESCRIPTOR
impl Clone for FLOWDESCRIPTOR
§fn clone(&self) -> FLOWDESCRIPTOR
fn clone(&self) -> FLOWDESCRIPTOR
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 more§impl Debug for FLOWDESCRIPTOR
impl Debug for FLOWDESCRIPTOR
§impl Default for FLOWDESCRIPTOR
impl Default for FLOWDESCRIPTOR
§impl PartialEq for FLOWDESCRIPTOR
impl PartialEq for FLOWDESCRIPTOR
impl Copy for FLOWDESCRIPTOR
impl StructuralPartialEq 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