Struct windows_sys::Win32::NetworkManagement::QoS::RSVP_ADSPEC
[−]#[repr(C)]pub struct RSVP_ADSPEC {
pub ObjectHdr: QOS_OBJECT_HDR,
pub GeneralParams: AD_GENERAL_PARAMS,
pub NumberOfServices: u32,
pub Services: [CONTROL_SERVICE; 1],
}Expand description
Required features: "Win32_NetworkManagement_QoS"
Fields
ObjectHdr: QOS_OBJECT_HDRGeneralParams: AD_GENERAL_PARAMSNumberOfServices: u32Services: [CONTROL_SERVICE; 1]Trait Implementations
impl Clone for RSVP_ADSPEC
impl Clone for RSVP_ADSPEC
impl Copy for RSVP_ADSPEC
Auto Trait Implementations
impl RefUnwindSafe for RSVP_ADSPEC
impl Send for RSVP_ADSPEC
impl Sync for RSVP_ADSPEC
impl Unpin for RSVP_ADSPEC
impl UnwindSafe for RSVP_ADSPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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