Struct libaom_sys::aom_scaling_mode
source · #[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 copy 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 more