Struct windows_sys::Win32::NetworkManagement::QoS::RSVP_SESSION
[−]#[repr(C)]pub struct RSVP_SESSION {
pub sess_header: RsvpObjHdr,
pub sess_u: RSVP_SESSION_0,
}
Expand description
Required features: "Win32_NetworkManagement_QoS"
, "Win32_Networking_WinSock"
Fields
sess_header: RsvpObjHdr
sess_u: RSVP_SESSION_0
Trait Implementations
impl Clone for RSVP_SESSION
impl Clone for RSVP_SESSION
impl Copy for RSVP_SESSION
Auto Trait Implementations
impl RefUnwindSafe for RSVP_SESSION
impl Send for RSVP_SESSION
impl Sync for RSVP_SESSION
impl Unpin for RSVP_SESSION
impl UnwindSafe for RSVP_SESSION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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