Struct _ERROR_INFOW
#[repr(C)]pub struct _ERROR_INFOW {
pub dwSize: u32,
pub dwGenericError: u32,
pub dwVendorError: u32,
pub szExtendedErrorText: [u16; 255],
}
Fields§
§dwSize: u32
§dwGenericError: u32
§dwVendorError: u32
§szExtendedErrorText: [u16; 255]
Trait Implementations§
§impl Clone for _ERROR_INFOW
impl Clone for _ERROR_INFOW
§fn clone(&self) -> _ERROR_INFOW
fn clone(&self) -> _ERROR_INFOW
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 _ERROR_INFOW
Auto Trait Implementations§
impl Freeze for _ERROR_INFOW
impl RefUnwindSafe for _ERROR_INFOW
impl Send for _ERROR_INFOW
impl Sync for _ERROR_INFOW
impl Unpin for _ERROR_INFOW
impl UnwindSafe for _ERROR_INFOW
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