Struct windows_sys::Devices::Scanners::ImageScannerScanSource
[−]#[repr(transparent)]pub struct ImageScannerScanSource(pub i32);
Expand description
Required features: ‘Devices_Scanners’
Tuple Fields
0: i32
Implementations
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more