Union windows_sys::Win32::NetworkManagement::QoS::RSVP_SESSION_0
[−]#[repr(C)]
pub union RSVP_SESSION_0 {
pub sess_ipv4: Session_IPv4,
}
Expand description
Required features: ‘Win32_NetworkManagement_QoS’, ‘Win32_Networking_WinSock’
Fields
sess_ipv4: Session_IPv4
Trait Implementations
impl Clone for RSVP_SESSION_0
impl Clone for RSVP_SESSION_0
impl Copy for RSVP_SESSION_0
Auto Trait Implementations
impl RefUnwindSafe for RSVP_SESSION_0
impl Send for RSVP_SESSION_0
impl Sync for RSVP_SESSION_0
impl Unpin for RSVP_SESSION_0
impl UnwindSafe for RSVP_SESSION_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more