#[repr(u32)]pub enum vpx_scaling_mode_1d {
VP8E_NORMAL = 0,
VP8E_FOURFIVE = 1,
VP8E_THREEFIVE = 2,
VP8E_ONETWO = 3,
}Variants§
Trait Implementations§
Source§impl Clone for vpx_scaling_mode_1d
impl Clone for vpx_scaling_mode_1d
Source§fn clone(&self) -> vpx_scaling_mode_1d
fn clone(&self) -> vpx_scaling_mode_1d
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 vpx_scaling_mode_1d
impl Debug for vpx_scaling_mode_1d
Source§impl Hash for vpx_scaling_mode_1d
impl Hash for vpx_scaling_mode_1d
Source§impl PartialEq for vpx_scaling_mode_1d
impl PartialEq for vpx_scaling_mode_1d
impl Copy for vpx_scaling_mode_1d
impl Eq for vpx_scaling_mode_1d
impl StructuralPartialEq for vpx_scaling_mode_1d
Auto Trait Implementations§
impl Freeze for vpx_scaling_mode_1d
impl RefUnwindSafe for vpx_scaling_mode_1d
impl Send for vpx_scaling_mode_1d
impl Sync for vpx_scaling_mode_1d
impl Unpin for vpx_scaling_mode_1d
impl UnwindSafe for vpx_scaling_mode_1d
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