Struct windows_sys::Win32::Devices::Fax::STI_USD_CAPS
[−]Expand description
Required features: "Win32_Devices_Fax"
Fields
dwVersion: u32
dwGenericCaps: u32
Trait Implementations
impl Clone for STI_USD_CAPS
impl Clone for STI_USD_CAPS
impl Copy for STI_USD_CAPS
Auto Trait Implementations
impl RefUnwindSafe for STI_USD_CAPS
impl Send for STI_USD_CAPS
impl Sync for STI_USD_CAPS
impl Unpin for STI_USD_CAPS
impl UnwindSafe for STI_USD_CAPS
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