pub enum Rav1dTxfmMode {
Only4x4 = 0,
Largest = 1,
Switchable = 2,
}Variants§
Implementations§
Source§impl Rav1dTxfmMode
impl Rav1dTxfmMode
Trait Implementations§
Source§impl Clone for Rav1dTxfmMode
impl Clone for Rav1dTxfmMode
Source§fn clone(&self) -> Rav1dTxfmMode
fn clone(&self) -> Rav1dTxfmMode
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 Default for Rav1dTxfmMode
impl Default for Rav1dTxfmMode
Source§fn default() -> Rav1dTxfmMode
fn default() -> Rav1dTxfmMode
Returns the “default value” for a type. Read more
Source§impl From<Rav1dTxfmMode> for Dav1dTxfmMode
impl From<Rav1dTxfmMode> for Dav1dTxfmMode
Source§fn from(value: Rav1dTxfmMode) -> Self
fn from(value: Rav1dTxfmMode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Rav1dTxfmMode
impl PartialEq for Rav1dTxfmMode
Source§impl TryFrom<u32> for Rav1dTxfmMode
impl TryFrom<u32> for Rav1dTxfmMode
impl Copy for Rav1dTxfmMode
impl Eq for Rav1dTxfmMode
impl StructuralPartialEq for Rav1dTxfmMode
Auto Trait Implementations§
impl Freeze for Rav1dTxfmMode
impl RefUnwindSafe for Rav1dTxfmMode
impl Send for Rav1dTxfmMode
impl Sync for Rav1dTxfmMode
impl Unpin for Rav1dTxfmMode
impl UnwindSafe for Rav1dTxfmMode
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