Struct windows_sys::Win32::NetworkManagement::QoS::RSVP_RESERVE_INFO
#[repr(C)]pub struct RSVP_RESERVE_INFO {
pub ObjectHdr: QOS_OBJECT_HDR,
pub Style: u32,
pub ConfirmRequest: u32,
pub PolicyElementList: *mut RSVP_POLICY_INFO,
pub NumFlowDesc: u32,
pub FlowDescList: *mut FLOWDESCRIPTOR,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields§
§ObjectHdr: QOS_OBJECT_HDR
§Style: u32
§ConfirmRequest: u32
§PolicyElementList: *mut RSVP_POLICY_INFO
§NumFlowDesc: u32
§FlowDescList: *mut FLOWDESCRIPTOR
Trait Implementations§
§impl Clone for RSVP_RESERVE_INFO
impl Clone for RSVP_RESERVE_INFO
impl Copy for RSVP_RESERVE_INFO
Auto Trait Implementations§
impl RefUnwindSafe for RSVP_RESERVE_INFO
impl !Send for RSVP_RESERVE_INFO
impl !Sync for RSVP_RESERVE_INFO
impl Unpin for RSVP_RESERVE_INFO
impl UnwindSafe for RSVP_RESERVE_INFO
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