#[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 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.