Struct windows_sys::Win32::NetworkManagement::QoS::RSVP_POLICY
[−]Expand description
Required features: "Win32_NetworkManagement_QoS"
Fields
Len: u16
Type: u16
Info: [u8; 4]
Trait Implementations
impl Clone for RSVP_POLICY
impl Clone for RSVP_POLICY
impl Copy for RSVP_POLICY
Auto Trait Implementations
impl RefUnwindSafe for RSVP_POLICY
impl Send for RSVP_POLICY
impl Sync for RSVP_POLICY
impl Unpin for RSVP_POLICY
impl UnwindSafe for RSVP_POLICY
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