Enum cros_codecs::DecodedFormat
source · pub enum DecodedFormat {
NV12,
I420,
}
Variants§
Trait Implementations§
source§impl Clone for DecodedFormat
impl Clone for DecodedFormat
source§fn clone(&self) -> DecodedFormat
fn clone(&self) -> DecodedFormat
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 DecodedFormat
impl Debug for DecodedFormat
source§impl Hash for DecodedFormat
impl Hash for DecodedFormat
source§impl PartialEq<DecodedFormat> for DecodedFormat
impl PartialEq<DecodedFormat> for DecodedFormat
source§fn eq(&self, other: &DecodedFormat) -> bool
fn eq(&self, other: &DecodedFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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