#[repr(i32)]pub enum MslFormatResolution {
FormatResolution444 = 0,
FormatResolution422 = 1,
FormatResolution420 = 2,
}Variants§
Trait Implementations§
source§impl Clone for MslFormatResolution
impl Clone for MslFormatResolution
source§fn clone(&self) -> MslFormatResolution
fn clone(&self) -> MslFormatResolution
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 moresource§impl Debug for MslFormatResolution
impl Debug for MslFormatResolution
source§impl Hash for MslFormatResolution
impl Hash for MslFormatResolution
source§impl PartialEq for MslFormatResolution
impl PartialEq for MslFormatResolution
impl Copy for MslFormatResolution
impl Eq for MslFormatResolution
impl StructuralPartialEq for MslFormatResolution
Auto Trait Implementations§
impl Freeze for MslFormatResolution
impl RefUnwindSafe for MslFormatResolution
impl Send for MslFormatResolution
impl Sync for MslFormatResolution
impl Unpin for MslFormatResolution
impl UnwindSafe for MslFormatResolution
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)