Struct windows_sys::Win32::NetworkManagement::QoS::Rsvp_Hop_IPv4
#[repr(C)]pub struct Rsvp_Hop_IPv4 {
pub hop_ipaddr: IN_ADDR,
pub hop_LIH: u32,
}
Expand description
Required features: "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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more