Struct windows_sys::Win32::Devices::Fax::STI_DEV_CAPS
[−]#[repr(C)]pub struct STI_DEV_CAPS {
pub dwGeneric: u32,
}
Expand description
Required features: "Win32_Devices_Fax"
Fields
dwGeneric: u32
Trait Implementations
impl Clone for STI_DEV_CAPS
impl Clone for STI_DEV_CAPS
impl Copy for STI_DEV_CAPS
Auto Trait Implementations
impl RefUnwindSafe for STI_DEV_CAPS
impl Send for STI_DEV_CAPS
impl Sync for STI_DEV_CAPS
impl Unpin for STI_DEV_CAPS
impl UnwindSafe for STI_DEV_CAPS
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