Enum libdrm_amdgpu_sys::AMDGPU::VIDEO_CAPS::CODEC
source · #[repr(u32)]pub enum CODEC {
MPEG2 = 0,
MPEG4 = 1,
VC1 = 2,
MPEG4_AVC = 3,
HEVC = 4,
JPEG = 5,
VP9 = 6,
AV1 = 7,
}Expand description
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for CODEC
impl PartialEq for CODEC
source§impl PartialOrd for CODEC
impl PartialOrd for CODEC
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for CODEC
impl Eq for CODEC
impl StructuralPartialEq for CODEC
Auto Trait Implementations§
impl Freeze for CODEC
impl RefUnwindSafe for CODEC
impl Send for CODEC
impl Sync for CODEC
impl Unpin for CODEC
impl UnwindSafe for CODEC
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