Struct windows_sys::Media::Capture::CameraCaptureUIMode
[−]#[repr(transparent)]pub struct CameraCaptureUIMode(pub i32);
Expand description
Required features: "Media_Capture"
Tuple Fields
0: i32
Implementations
impl CameraCaptureUIMode
impl CameraCaptureUIMode
pub const PhotoOrVideo: Self = Self(0i32)
pub const Photo: Self = Self(1i32)
pub const Video: Self = Self(2i32)
Trait Implementations
impl Clone for CameraCaptureUIMode
impl Clone for CameraCaptureUIMode
impl Copy for CameraCaptureUIMode
Auto Trait Implementations
impl RefUnwindSafe for CameraCaptureUIMode
impl Send for CameraCaptureUIMode
impl Sync for CameraCaptureUIMode
impl Unpin for CameraCaptureUIMode
impl UnwindSafe for CameraCaptureUIMode
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