Struct windows_sys::Win32::NetworkManagement::QoS::Rsvp_Hop_IPv4
[−]Expand description
Required features: ‘Win32_NetworkManagement_QoS’, ‘Win32_Networking_WinSock’
Fields
hop_ipaddr: IN_ADDR
hop_LIH: u32
Trait Implementations
impl Clone for Rsvp_Hop_IPv4
impl Clone for Rsvp_Hop_IPv4
impl Copy for Rsvp_Hop_IPv4
Auto Trait Implementations
impl RefUnwindSafe for Rsvp_Hop_IPv4
impl Send for Rsvp_Hop_IPv4
impl Sync for Rsvp_Hop_IPv4
impl Unpin for Rsvp_Hop_IPv4
impl UnwindSafe for Rsvp_Hop_IPv4
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