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