Struct libaom_sys::aom_scaling_mode [−][src]
#[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
Auto Trait Implementations
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
Mutably borrows from an owned value. Read more