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