Struct windows_sys::Devices::Scanners::ImageScannerResolution
[−]Expand description
Required features: "Devices_Scanners"
Fields
DpiX: f32
DpiY: f32
Trait Implementations
impl Clone for ImageScannerResolution
impl Clone for ImageScannerResolution
impl Copy for ImageScannerResolution
Auto Trait Implementations
impl RefUnwindSafe for ImageScannerResolution
impl Send for ImageScannerResolution
impl Sync for ImageScannerResolution
impl Unpin for ImageScannerResolution
impl UnwindSafe for ImageScannerResolution
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