Enum cros_codecs::DecodedFormat
source · [−]pub enum DecodedFormat {
NV12,
I420,
}
Variants
NV12
I420
Trait Implementations
sourceimpl Clone for DecodedFormat
impl Clone for DecodedFormat
sourcefn clone(&self) -> DecodedFormat
fn clone(&self) -> DecodedFormat
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DecodedFormat
impl Debug for DecodedFormat
sourceimpl Hash for DecodedFormat
impl Hash for DecodedFormat
sourceimpl PartialEq<DecodedFormat> for DecodedFormat
impl PartialEq<DecodedFormat> for DecodedFormat
sourcefn eq(&self, other: &DecodedFormat) -> bool
fn eq(&self, other: &DecodedFormat) -> bool
sourceimpl TryFrom<&_VAImageFormat> for DecodedFormat
impl TryFrom<&_VAImageFormat> for DecodedFormat
impl Copy for DecodedFormat
impl Eq for DecodedFormat
impl StructuralEq for DecodedFormat
impl StructuralPartialEq for DecodedFormat
Auto Trait Implementations
impl RefUnwindSafe for DecodedFormat
impl Send for DecodedFormat
impl Sync for DecodedFormat
impl Unpin for DecodedFormat
impl UnwindSafe for DecodedFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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