Struct KnownVideoProfile
#[repr(transparent)]pub struct KnownVideoProfile(pub i32);
Tuple Fields§
§0: i32
Implementations§
§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 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 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