Struct KnownVideoProfile
#[repr(transparent)]pub struct KnownVideoProfile(pub i32);Tuple Fields§
§0: i32Implementations§
§impl KnownVideoProfile
impl KnownVideoProfile
pub const VideoRecording: Self
pub const HighQualityPhoto: Self
pub const BalancedVideoAndPhoto: Self
pub const VideoConferencing: Self
pub const PhotoSequence: Self
pub const HighFrameRate: Self
pub const VariablePhotoSequence: Self
pub const HdrWithWcgVideo: Self
pub const HdrWithWcgPhoto: Self
pub const VideoHdr8: Self
pub const CompressedCamera: Self
Trait Implementations§
§impl Clone for KnownVideoProfile
impl Clone for KnownVideoProfile
§fn clone(&self) -> KnownVideoProfile
fn clone(&self) -> KnownVideoProfile
Returns a duplicate 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 KnownVideoProfile
impl Debug for KnownVideoProfile
§impl Default for KnownVideoProfile
impl Default for KnownVideoProfile
§fn default() -> KnownVideoProfile
fn default() -> KnownVideoProfile
Returns the “default value” for a type. Read more
§impl PartialEq for KnownVideoProfile
impl PartialEq for KnownVideoProfile
impl Copy for KnownVideoProfile
impl Eq for KnownVideoProfile
impl StructuralPartialEq for KnownVideoProfile
Auto Trait Implementations§
impl Freeze for KnownVideoProfile
impl RefUnwindSafe for KnownVideoProfile
impl Send for KnownVideoProfile
impl Sync for KnownVideoProfile
impl Unpin for KnownVideoProfile
impl UnwindSafe for KnownVideoProfile
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