#[repr(C)]pub struct aom_scaling_mode {
pub h_scaling_mode: AOM_SCALING_MODE,
pub v_scaling_mode: AOM_SCALING_MODE,
}Expand description
aom image scaling mode
This defines the data structure for image scaling mode
Fields§
§h_scaling_mode: AOM_SCALING_MODEhorizontal scaling mode
v_scaling_mode: AOM_SCALING_MODEvertical scaling mode
Trait Implementations§
Source§impl Clone for aom_scaling_mode
impl Clone for aom_scaling_mode
Source§fn clone(&self) -> aom_scaling_mode
fn clone(&self) -> aom_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 aom_scaling_mode
impl Debug for aom_scaling_mode
impl Copy for aom_scaling_mode
Auto Trait Implementations§
impl Freeze for aom_scaling_mode
impl RefUnwindSafe for aom_scaling_mode
impl Send for aom_scaling_mode
impl Sync for aom_scaling_mode
impl Unpin for aom_scaling_mode
impl UnwindSafe for aom_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