Enum webrender_api::display_item::YuvFormat
source · pub enum YuvFormat {
NV12 = 0,
P010 = 1,
PlanarYCbCr = 2,
InterleavedYCbCr = 3,
}
Variants§
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for YuvFormat
impl<'de> Deserialize<'de> for YuvFormat
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl MallocSizeOf for YuvFormat
impl MallocSizeOf for YuvFormat
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl PartialEq for YuvFormat
impl PartialEq for YuvFormat
impl Copy for YuvFormat
impl Eq for YuvFormat
impl StructuralPartialEq for YuvFormat
Auto Trait Implementations§
impl Freeze for YuvFormat
impl RefUnwindSafe for YuvFormat
impl Send for YuvFormat
impl Sync for YuvFormat
impl Unpin for YuvFormat
impl UnwindSafe for YuvFormat
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