Struct windows_sys::Win32::Devices::Fax::STI_DIAG
#[repr(C)]pub struct STI_DIAG {
pub dwSize: u32,
pub dwBasicDiagCode: u32,
pub dwVendorDiagCode: u32,
pub dwStatusMask: u32,
pub sErrorInfo: _ERROR_INFOW,
}
Fields§
§dwSize: u32
§dwBasicDiagCode: u32
§dwVendorDiagCode: u32
§dwStatusMask: u32
§sErrorInfo: _ERROR_INFOW
Trait Implementations§
Auto Trait Implementations§
impl Freeze for STI_DIAG
impl RefUnwindSafe for STI_DIAG
impl Send for STI_DIAG
impl Sync for STI_DIAG
impl Unpin for STI_DIAG
impl UnwindSafe for STI_DIAG
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
)