Struct windows_sys::Win32::NetworkManagement::QoS::SENDER_TSPEC
[−]#[repr(C)]pub struct SENDER_TSPEC {
pub stspec_header: RsvpObjHdr,
pub stspec_body: IntServTspecBody,
}
Expand description
Required features: "Win32_NetworkManagement_QoS"
Fields
stspec_header: RsvpObjHdr
stspec_body: IntServTspecBody
Trait Implementations
impl Clone for SENDER_TSPEC
impl Clone for SENDER_TSPEC
impl Copy for SENDER_TSPEC
Auto Trait Implementations
impl RefUnwindSafe for SENDER_TSPEC
impl Send for SENDER_TSPEC
impl Sync for SENDER_TSPEC
impl Unpin for SENDER_TSPEC
impl UnwindSafe for SENDER_TSPEC
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