#[repr(transparent)]pub struct CameraCaptureUIMaxVideoResolution(pub i32);
Expand description
Required features: "Media_Capture"
Tuple Fields
0: i32
Implementations
impl CameraCaptureUIMaxVideoResolution
impl CameraCaptureUIMaxVideoResolution
pub const HighestAvailable: Self = Self(0i32)
pub const LowDefinition: Self = Self(1i32)
pub const StandardDefinition: Self = Self(2i32)
pub const HighDefinition: Self = Self(3i32)
Trait Implementations
impl Clone for CameraCaptureUIMaxVideoResolution
impl Clone for CameraCaptureUIMaxVideoResolution
impl Copy for CameraCaptureUIMaxVideoResolution
Auto Trait Implementations
impl RefUnwindSafe for CameraCaptureUIMaxVideoResolution
impl Send for CameraCaptureUIMaxVideoResolution
impl Sync for CameraCaptureUIMaxVideoResolution
impl Unpin for CameraCaptureUIMaxVideoResolution
impl UnwindSafe for CameraCaptureUIMaxVideoResolution
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