Struct windows_sys::Devices::Scanners::ImageScannerScanSource
[−]#[repr(transparent)]pub struct ImageScannerScanSource(pub i32);
Expand description
Required features: "Devices_Scanners"
Tuple Fields
0: i32
Implementations
impl ImageScannerScanSource
impl ImageScannerScanSource
pub const Default: Self = Self(0i32)
pub const Flatbed: Self = Self(1i32)
pub const Feeder: Self = Self(2i32)
pub const AutoConfigured: Self = Self(3i32)
Trait Implementations
impl Clone for ImageScannerScanSource
impl Clone for ImageScannerScanSource
impl Copy for ImageScannerScanSource
Auto Trait Implementations
impl RefUnwindSafe for ImageScannerScanSource
impl Send for ImageScannerScanSource
impl Sync for ImageScannerScanSource
impl Unpin for ImageScannerScanSource
impl UnwindSafe for ImageScannerScanSource
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