Struct vpx_sys::vpx_roi_map
[−]
[src]
#[repr(C)]pub struct vpx_roi_map { pub roi_map: *mut c_uchar, pub rows: c_uint, pub cols: c_uint, pub delta_q: [c_int; 4], pub delta_lf: [c_int; 4], pub static_threshold: [c_uint; 4], }
Fields
roi_map: *mut c_uchar
rows: c_uint
cols: c_uint
delta_q: [c_int; 4]
delta_lf: [c_int; 4]
static_threshold: [c_uint; 4]
Trait Implementations
impl Debug for vpx_roi_map
[src]
impl Copy for vpx_roi_map
[src]
impl Clone for vpx_roi_map
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more