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
active_map: *mut c_ucharrows: c_uintcols: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for vpx_active_map
impl !Send for vpx_active_map
impl !Sync for vpx_active_map
impl Unpin for vpx_active_map
impl UnwindSafe for vpx_active_map
Blanket Implementations
Mutably borrows from an owned value. Read more