Struct windows::Media::Capture::CameraCaptureUIMaxPhotoResolution
#[repr(transparent)]pub struct CameraCaptureUIMaxPhotoResolution(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl CameraCaptureUIMaxPhotoResolution
impl CameraCaptureUIMaxPhotoResolution
pub const HighestAvailable: Self = _
pub const VerySmallQvga: Self = _
pub const SmallVga: Self = _
pub const MediumXga: Self = _
pub const Large3M: Self = _
pub const VeryLarge5M: Self = _
Trait Implementations§
§impl Clone for CameraCaptureUIMaxPhotoResolution
impl Clone for CameraCaptureUIMaxPhotoResolution
§fn clone(&self) -> CameraCaptureUIMaxPhotoResolution
fn clone(&self) -> CameraCaptureUIMaxPhotoResolution
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 CameraCaptureUIMaxPhotoResolution
impl Debug for CameraCaptureUIMaxPhotoResolution
§impl Default for CameraCaptureUIMaxPhotoResolution
impl Default for CameraCaptureUIMaxPhotoResolution
§fn default() -> CameraCaptureUIMaxPhotoResolution
fn default() -> CameraCaptureUIMaxPhotoResolution
Returns the “default value” for a type. Read more
§impl PartialEq for CameraCaptureUIMaxPhotoResolution
impl PartialEq for CameraCaptureUIMaxPhotoResolution
§fn eq(&self, other: &CameraCaptureUIMaxPhotoResolution) -> bool
fn eq(&self, other: &CameraCaptureUIMaxPhotoResolution) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CameraCaptureUIMaxPhotoResolution
impl Eq for CameraCaptureUIMaxPhotoResolution
impl StructuralPartialEq for CameraCaptureUIMaxPhotoResolution
Auto Trait Implementations§
impl Freeze for CameraCaptureUIMaxPhotoResolution
impl RefUnwindSafe for CameraCaptureUIMaxPhotoResolution
impl Send for CameraCaptureUIMaxPhotoResolution
impl Sync for CameraCaptureUIMaxPhotoResolution
impl Unpin for CameraCaptureUIMaxPhotoResolution
impl UnwindSafe for CameraCaptureUIMaxPhotoResolution
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
)