Struct windows_sys::Win32::Devices::Fax::STI_DEV_CAPS
#[repr(C)]pub struct STI_DEV_CAPS {
pub dwGeneric: u32,
}Fields§
§dwGeneric: u32Trait 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§
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