Struct windows_sys::Devices::Scanners::ImageScannerFormat
[−]#[repr(transparent)]pub struct ImageScannerFormat(pub i32);
Expand description
Required features: "Devices_Scanners"
Tuple Fields
0: i32
Implementations
impl ImageScannerFormat
impl ImageScannerFormat
Trait Implementations
impl Clone for ImageScannerFormat
impl Clone for ImageScannerFormat
impl Copy for ImageScannerFormat
Auto Trait Implementations
impl RefUnwindSafe for ImageScannerFormat
impl Send for ImageScannerFormat
impl Sync for ImageScannerFormat
impl Unpin for ImageScannerFormat
impl UnwindSafe for ImageScannerFormat
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