Union windows_sys::Win32::NetworkManagement::QoS::RSVP_HOP_0
[−]#[repr(C)]
pub union RSVP_HOP_0 {
pub hop_ipv4: Rsvp_Hop_IPv4,
}
Expand description
Required features: "Win32_NetworkManagement_QoS"
, "Win32_Networking_WinSock"
Fields
hop_ipv4: Rsvp_Hop_IPv4
Trait Implementations
impl Clone for RSVP_HOP_0
impl Clone for RSVP_HOP_0
impl Copy for RSVP_HOP_0
Auto Trait Implementations
impl RefUnwindSafe for RSVP_HOP_0
impl Send for RSVP_HOP_0
impl Sync for RSVP_HOP_0
impl Unpin for RSVP_HOP_0
impl UnwindSafe for RSVP_HOP_0
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