Struct windows_sys::Media::Capture::KnownVideoProfile
[−]#[repr(transparent)]pub struct KnownVideoProfile(pub i32);
Expand description
Required features: "Media_Capture"
Tuple Fields
0: i32
Implementations
impl KnownVideoProfile
impl KnownVideoProfile
pub const VideoRecording: Self = Self(0i32)
pub const HighQualityPhoto: Self = Self(1i32)
pub const BalancedVideoAndPhoto: Self = Self(2i32)
pub const VideoConferencing: Self = Self(3i32)
pub const PhotoSequence: Self = Self(4i32)
pub const HighFrameRate: Self = Self(5i32)
pub const VariablePhotoSequence: Self = Self(6i32)
pub const HdrWithWcgVideo: Self = Self(7i32)
pub const HdrWithWcgPhoto: Self = Self(8i32)
pub const VideoHdr8: Self = Self(9i32)
pub const CompressedCamera: Self = Self(10i32)
Trait Implementations
impl Clone for KnownVideoProfile
impl Clone for KnownVideoProfile
impl Copy for KnownVideoProfile
Auto Trait Implementations
impl RefUnwindSafe for KnownVideoProfile
impl Send for KnownVideoProfile
impl Sync for KnownVideoProfile
impl Unpin for KnownVideoProfile
impl UnwindSafe for KnownVideoProfile
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