Struct windows_sys::Win32::NetworkManagement::QoS::RsvpObjHdr
[−]Expand description
Required features: "Win32_NetworkManagement_QoS"
Fields
obj_length: u16
obj_class: u8
obj_ctype: u8
Trait Implementations
impl Clone for RsvpObjHdr
impl Clone for RsvpObjHdr
impl Copy for RsvpObjHdr
Auto Trait Implementations
impl RefUnwindSafe for RsvpObjHdr
impl Send for RsvpObjHdr
impl Sync for RsvpObjHdr
impl Unpin for RsvpObjHdr
impl UnwindSafe for RsvpObjHdr
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