Struct windows_sys::Win32::NetworkManagement::QoS::RSVP_HOP
[−]#[repr(C)]pub struct RSVP_HOP {
pub hop_header: RsvpObjHdr,
pub hop_u: RSVP_HOP_0,
}
Expand description
Required features: "Win32_NetworkManagement_QoS"
, "Win32_Networking_WinSock"
Fields
hop_header: RsvpObjHdr
hop_u: RSVP_HOP_0
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RSVP_HOP
impl Send for RSVP_HOP
impl Sync for RSVP_HOP
impl Unpin for RSVP_HOP
impl UnwindSafe for RSVP_HOP
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