Struct windows_sys::Win32::Devices::Fax::_ERROR_INFOW
[−]#[repr(C)]pub struct _ERROR_INFOW {
pub dwSize: u32,
pub dwGenericError: u32,
pub dwVendorError: u32,
pub szExtendedErrorText: [u16; 255],
}
Expand description
Required features: "Win32_Devices_Fax"
Fields
dwSize: u32
dwGenericError: u32
dwVendorError: u32
szExtendedErrorText: [u16; 255]
Trait Implementations
impl Clone for _ERROR_INFOW
impl Clone for _ERROR_INFOW
impl Copy for _ERROR_INFOW
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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