pub enum ColorSpace {
Unspecified,
BT709,
BT601Ntsc,
BT601Pal,
}๐Deprecated since 0.3.1:
This crate has been renamed. Please migrate to gpu-video.
Variantsยง
Unspecified
๐Deprecated since 0.3.1:
This crate has been renamed. Please migrate to gpu-video.
BT709
๐Deprecated since 0.3.1:
This crate has been renamed. Please migrate to gpu-video.
BT601Ntsc
๐Deprecated since 0.3.1:
This crate has been renamed. Please migrate to gpu-video.
BT601Pal
๐Deprecated since 0.3.1:
This crate has been renamed. Please migrate to gpu-video.
Trait Implementationsยง
Sourceยงimpl Clone for ColorSpace
impl Clone for ColorSpace
Sourceยงfn clone(&self) -> ColorSpace
fn clone(&self) -> ColorSpace
Returns a duplicate 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 ColorSpace
impl Debug for ColorSpace
Sourceยงimpl Default for ColorSpace
impl Default for ColorSpace
Sourceยงfn default() -> ColorSpace
fn default() -> ColorSpace
Returns the โdefault valueโ for a type. Read more
Sourceยงimpl From<&SeqParameterSet> for ColorSpace
impl From<&SeqParameterSet> for ColorSpace
Sourceยงfn from(sps: &SeqParameterSet) -> Self
fn from(sps: &SeqParameterSet) -> Self
Converts to this type from the input type.
Sourceยงimpl PartialEq for ColorSpace
impl PartialEq for ColorSpace
impl Copy for ColorSpace
impl Eq for ColorSpace
impl StructuralPartialEq for ColorSpace
Auto Trait Implementationsยง
impl Freeze for ColorSpace
impl RefUnwindSafe for ColorSpace
impl Send for ColorSpace
impl Sync for ColorSpace
impl Unpin for ColorSpace
impl UnsafeUnpin for ColorSpace
impl UnwindSafe for ColorSpace
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ยงimpl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Sourceยงfn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.