Struct windows_sys::Win32::NetworkManagement::QoS::RSVP_SCOPE
[−]#[repr(C)]pub struct RSVP_SCOPE {
pub scopl_header: RsvpObjHdr,
pub scope_u: RSVP_SCOPE_0,
}
Expand description
Required features: ‘Win32_NetworkManagement_QoS’, ‘Win32_Networking_WinSock’
Fields
scopl_header: RsvpObjHdr
scope_u: RSVP_SCOPE_0
Trait Implementations
impl Clone for RSVP_SCOPE
impl Clone for RSVP_SCOPE
impl Copy for RSVP_SCOPE
Auto Trait Implementations
impl RefUnwindSafe for RSVP_SCOPE
impl Send for RSVP_SCOPE
impl Sync for RSVP_SCOPE
impl Unpin for RSVP_SCOPE
impl UnwindSafe for RSVP_SCOPE
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