#[repr(C)]pub enum FormatResolution {
_444 = 0,
_422 = 1,
_420 = 2,
}Expand description
MSL format resolution.
Variants§
Trait Implementations§
Source§impl Clone for FormatResolution
impl Clone for FormatResolution
Source§fn clone(&self) -> FormatResolution
fn clone(&self) -> FormatResolution
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FormatResolution
Source§impl Debug for FormatResolution
impl Debug for FormatResolution
impl Eq for FormatResolution
Source§impl Hash for FormatResolution
impl Hash for FormatResolution
Source§impl PartialEq for FormatResolution
impl PartialEq for FormatResolution
Source§fn eq(&self, other: &FormatResolution) -> bool
fn eq(&self, other: &FormatResolution) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FormatResolution
Auto Trait Implementations§
impl Freeze for FormatResolution
impl RefUnwindSafe for FormatResolution
impl Send for FormatResolution
impl Sync for FormatResolution
impl Unpin for FormatResolution
impl UnsafeUnpin for FormatResolution
impl UnwindSafe for FormatResolution
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