Struct windows_sys::Win32::NetworkManagement::QoS::ID_ERROR_OBJECT
[−]#[repr(C)]pub struct ID_ERROR_OBJECT {
pub usIdErrLength: u16,
pub ucAType: u8,
pub ucSubType: u8,
pub usReserved: u16,
pub usIdErrorValue: u16,
pub ucIdErrData: [u8; 4],
}Expand description
Required features: "Win32_NetworkManagement_QoS"
Fields
usIdErrLength: u16ucAType: u8ucSubType: u8usReserved: u16usIdErrorValue: u16ucIdErrData: [u8; 4]Trait Implementations
impl Clone for ID_ERROR_OBJECT
impl Clone for ID_ERROR_OBJECT
impl Copy for ID_ERROR_OBJECT
Auto Trait Implementations
impl RefUnwindSafe for ID_ERROR_OBJECT
impl Send for ID_ERROR_OBJECT
impl Sync for ID_ERROR_OBJECT
impl Unpin for ID_ERROR_OBJECT
impl UnwindSafe for ID_ERROR_OBJECT
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