Struct windows_sys::Win32::NetworkManagement::QoS::ERROR_SPEC
#[repr(C)]pub struct ERROR_SPEC {
pub errs_header: RsvpObjHdr,
pub errs_u: ERROR_SPEC_0,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields§
§errs_header: RsvpObjHdr
§errs_u: ERROR_SPEC_0
Trait Implementations§
§impl Clone for ERROR_SPEC
impl Clone for ERROR_SPEC
impl Copy for ERROR_SPEC
Auto Trait Implementations§
impl RefUnwindSafe for ERROR_SPEC
impl Send for ERROR_SPEC
impl Sync for ERROR_SPEC
impl Unpin for ERROR_SPEC
impl UnwindSafe for ERROR_SPEC
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