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