Struct windows_sys::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,
}Expand description
Required features: "Win32_NetworkManagement_QoS", "Win32_Networking_WinSock"
Fields
RsvpMsgType: i32pRsvpSession: *mut RSVP_SESSIONpRsvpFromHop: *mut RSVP_HOPpRsvpToHop: *mut RSVP_HOPpResvStyle: *mut RESV_STYLEpRsvpScope: *mut RSVP_SCOPEFlowDescCount: i32pFlowDescs: *mut FLOW_DESCPdObjectCount: i32ppPdObjects: *mut *mut POLICY_DATApErrorSpec: *mut ERROR_SPECpAdspec: *mut ADSPECTrait Implementations
impl Clone for RSVP_MSG_OBJS
impl Clone for RSVP_MSG_OBJS
impl Copy for RSVP_MSG_OBJS
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more