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],
}
Fields§
§ObjectHdr: QOS_OBJECT_HDR
§GeneralParams: AD_GENERAL_PARAMS
§NumberOfServices: u32
§Services: [CONTROL_SERVICE; 1]
Trait Implementations§
§impl Clone for RSVP_ADSPEC
impl Clone for RSVP_ADSPEC
§fn clone(&self) -> RSVP_ADSPEC
fn clone(&self) -> RSVP_ADSPEC
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for RSVP_ADSPEC
Auto Trait Implementations§
impl Freeze for RSVP_ADSPEC
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)