Struct aom_sys::aom::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,
}
Fields§
§h_scaling_mode: AOM_SCALING_MODE
§v_scaling_mode: AOM_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 moresource§impl Debug for aom_scaling_mode
impl Debug for aom_scaling_mode
impl Copy for aom_scaling_mode
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§
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