Struct vpx_sys::vpx_scaling_mode [] [src]

#[repr(C)]
pub struct vpx_scaling_mode { pub h_scaling_mode: VPX_SCALING_MODE, pub v_scaling_mode: VPX_SCALING_MODE, }

Fields

Trait Implementations

impl Debug for vpx_scaling_mode
[src]

Formats the value using the given formatter.

impl Copy for vpx_scaling_mode
[src]

impl Clone for vpx_scaling_mode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more