Struct windows_sys::Win32::NetworkManagement::QoS::SENDER_TSPEC
#[repr(C)]pub struct SENDER_TSPEC {
pub stspec_header: RsvpObjHdr,
pub stspec_body: IntServTspecBody,
}
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§
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