pub enum Av1FrameType {
Key,
Inter,
IntraOnly,
Switch,
}Variants§
Trait Implementations§
Source§impl Clone for Av1FrameType
impl Clone for Av1FrameType
Source§fn clone(&self) -> Av1FrameType
fn clone(&self) -> Av1FrameType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Av1FrameType
Source§impl Debug for Av1FrameType
impl Debug for Av1FrameType
impl Eq for Av1FrameType
Source§impl PartialEq for Av1FrameType
impl PartialEq for Av1FrameType
Source§fn eq(&self, other: &Av1FrameType) -> bool
fn eq(&self, other: &Av1FrameType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Av1FrameType
Auto Trait Implementations§
impl Freeze for Av1FrameType
impl RefUnwindSafe for Av1FrameType
impl Send for Av1FrameType
impl Sync for Av1FrameType
impl Unpin for Av1FrameType
impl UnsafeUnpin for Av1FrameType
impl UnwindSafe for Av1FrameType
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