Struct vpx_sys::vpx_scaling_mode
source · [−]#[repr(C)]pub struct vpx_scaling_mode {
pub h_scaling_mode: VPX_SCALING_MODE,
pub v_scaling_mode: VPX_SCALING_MODE,
}Fields
h_scaling_mode: VPX_SCALING_MODEv_scaling_mode: VPX_SCALING_MODETrait Implementations
sourceimpl Clone for vpx_scaling_mode
impl Clone for vpx_scaling_mode
sourcefn clone(&self) -> vpx_scaling_mode
fn clone(&self) -> vpx_scaling_mode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for vpx_scaling_mode
impl Debug for vpx_scaling_mode
impl Copy for vpx_scaling_mode
Auto Trait Implementations
impl RefUnwindSafe for vpx_scaling_mode
impl Send for vpx_scaling_mode
impl Sync for vpx_scaling_mode
impl Unpin for vpx_scaling_mode
impl UnwindSafe for vpx_scaling_mode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more