Enum libdav1d_sys::Dav1dObuType
source · #[non_exhaustive]#[repr(u32)]pub enum Dav1dObuType {
DAV1D_OBU_SEQ_HDR = 1,
DAV1D_OBU_TD = 2,
DAV1D_OBU_FRAME_HDR = 3,
DAV1D_OBU_TILE_GRP = 4,
DAV1D_OBU_METADATA = 5,
DAV1D_OBU_FRAME = 6,
DAV1D_OBU_REDUNDANT_FRAME_HDR = 7,
DAV1D_OBU_PADDING = 15,
}
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
DAV1D_OBU_SEQ_HDR = 1
DAV1D_OBU_TD = 2
DAV1D_OBU_FRAME_HDR = 3
DAV1D_OBU_TILE_GRP = 4
DAV1D_OBU_METADATA = 5
DAV1D_OBU_FRAME = 6
DAV1D_OBU_REDUNDANT_FRAME_HDR = 7
DAV1D_OBU_PADDING = 15
Trait Implementations§
source§impl Clone for Dav1dObuType
impl Clone for Dav1dObuType
source§fn clone(&self) -> Dav1dObuType
fn clone(&self) -> Dav1dObuType
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 Dav1dObuType
impl Debug for Dav1dObuType
source§impl Hash for Dav1dObuType
impl Hash for Dav1dObuType
source§impl PartialEq for Dav1dObuType
impl PartialEq for Dav1dObuType
source§fn eq(&self, other: &Dav1dObuType) -> bool
fn eq(&self, other: &Dav1dObuType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for Dav1dObuType
impl Eq for Dav1dObuType
impl StructuralPartialEq for Dav1dObuType
Auto Trait Implementations§
impl Freeze for Dav1dObuType
impl RefUnwindSafe for Dav1dObuType
impl Send for Dav1dObuType
impl Sync for Dav1dObuType
impl Unpin for Dav1dObuType
impl UnwindSafe for Dav1dObuType
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)