#[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: 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§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.