#[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_MODE
§v_scaling_mode: VPX_SCALING_MODE
Trait Implementations§
Source§impl Clone for vpx_scaling_mode
impl Clone for vpx_scaling_mode
Source§fn clone(&self) -> vpx_scaling_mode
fn clone(&self) -> vpx_scaling_mode
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
impl Debug for vpx_scaling_mode
impl Copy for vpx_scaling_mode
Auto Trait Implementations§
impl Freeze for vpx_scaling_mode
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§
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