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],
}
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)