Struct windows::Win32::NetworkManagement::QoS::RSVP_MSG_OBJS
#[repr(C)]pub struct RSVP_MSG_OBJS {
pub RsvpMsgType: i32,
pub pRsvpSession: *mut RSVP_SESSION,
pub pRsvpFromHop: *mut RSVP_HOP,
pub pRsvpToHop: *mut RSVP_HOP,
pub pResvStyle: *mut RESV_STYLE,
pub pRsvpScope: *mut RSVP_SCOPE,
pub FlowDescCount: i32,
pub pFlowDescs: *mut FLOW_DESC,
pub PdObjectCount: i32,
pub ppPdObjects: *mut *mut POLICY_DATA,
pub pErrorSpec: *mut ERROR_SPEC,
pub pAdspec: *mut ADSPEC,
}
Fields§
§RsvpMsgType: i32
§pRsvpSession: *mut RSVP_SESSION
§pRsvpFromHop: *mut RSVP_HOP
§pRsvpToHop: *mut RSVP_HOP
§pResvStyle: *mut RESV_STYLE
§pRsvpScope: *mut RSVP_SCOPE
§FlowDescCount: i32
§pFlowDescs: *mut FLOW_DESC
§PdObjectCount: i32
§ppPdObjects: *mut *mut POLICY_DATA
§pErrorSpec: *mut ERROR_SPEC
§pAdspec: *mut ADSPEC
Trait Implementations§
§impl Clone for RSVP_MSG_OBJS
impl Clone for RSVP_MSG_OBJS
§fn clone(&self) -> RSVP_MSG_OBJS
fn clone(&self) -> RSVP_MSG_OBJS
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 RSVP_MSG_OBJS
impl Debug for RSVP_MSG_OBJS
§impl Default for RSVP_MSG_OBJS
impl Default for RSVP_MSG_OBJS
§impl PartialEq for RSVP_MSG_OBJS
impl PartialEq for RSVP_MSG_OBJS
§fn eq(&self, other: &RSVP_MSG_OBJS) -> bool
fn eq(&self, other: &RSVP_MSG_OBJS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RSVP_MSG_OBJS
impl Eq for RSVP_MSG_OBJS
impl StructuralPartialEq for RSVP_MSG_OBJS
Auto Trait Implementations§
impl Freeze for RSVP_MSG_OBJS
impl RefUnwindSafe for RSVP_MSG_OBJS
impl !Send for RSVP_MSG_OBJS
impl !Sync for RSVP_MSG_OBJS
impl Unpin for RSVP_MSG_OBJS
impl UnwindSafe for RSVP_MSG_OBJS
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
)