Struct windows::Devices::Scanners::ImageScannerFormat
#[repr(transparent)]pub struct ImageScannerFormat(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl ImageScannerFormat
impl ImageScannerFormat
Trait Implementations§
§impl Clone for ImageScannerFormat
impl Clone for ImageScannerFormat
§fn clone(&self) -> ImageScannerFormat
fn clone(&self) -> ImageScannerFormat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ImageScannerFormat
impl Debug for ImageScannerFormat
§impl Default for ImageScannerFormat
impl Default for ImageScannerFormat
§fn default() -> ImageScannerFormat
fn default() -> ImageScannerFormat
Returns the “default value” for a type. Read more
§impl PartialEq for ImageScannerFormat
impl PartialEq for ImageScannerFormat
§fn eq(&self, other: &ImageScannerFormat) -> bool
fn eq(&self, other: &ImageScannerFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ImageScannerFormat
impl Eq for ImageScannerFormat
impl StructuralPartialEq for ImageScannerFormat
Auto Trait Implementations§
impl Freeze for ImageScannerFormat
impl RefUnwindSafe for ImageScannerFormat
impl Send for ImageScannerFormat
impl Sync for ImageScannerFormat
impl Unpin for ImageScannerFormat
impl UnwindSafe for ImageScannerFormat
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)