Struct windows_sys::Win32::NetworkManagement::QoS::RSVP_STATUS_INFO
#[repr(C)]pub struct RSVP_STATUS_INFO {
pub ObjectHdr: QOS_OBJECT_HDR,
pub StatusCode: u32,
pub ExtendedStatus1: u32,
pub ExtendedStatus2: u32,
}
Fields§
§ObjectHdr: QOS_OBJECT_HDR
§StatusCode: u32
§ExtendedStatus1: u32
§ExtendedStatus2: u32
Trait Implementations§
§impl Clone for RSVP_STATUS_INFO
impl Clone for RSVP_STATUS_INFO
impl Copy for RSVP_STATUS_INFO
Auto Trait Implementations§
impl RefUnwindSafe for RSVP_STATUS_INFO
impl Send for RSVP_STATUS_INFO
impl Sync for RSVP_STATUS_INFO
impl Unpin for RSVP_STATUS_INFO
impl UnwindSafe for RSVP_STATUS_INFO
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