Struct vpx_sys::vpx_active_map [] [src]

#[repr(C)]
pub struct vpx_active_map { pub active_map: *mut c_uchar, pub rows: c_uint, pub cols: c_uint, }

Fields

Trait Implementations

impl Debug for vpx_active_map
[src]

Formats the value using the given formatter.

impl Copy for vpx_active_map
[src]

impl Clone for vpx_active_map
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more