Struct libaom_sys::aom_inspect_init
source · #[repr(C)]pub struct aom_inspect_init {
pub inspect_cb: aom_inspect_cb,
pub inspect_ctx: *mut c_void,
}Expand description
Structure to hold inspection callback and context.
Defines a structure to hold the inspection callback function and calling context.
Fields§
§inspect_cb: aom_inspect_cbInspection callback.
inspect_ctx: *mut c_voidInspection context.
Trait Implementations§
source§impl Clone for aom_inspect_init
impl Clone for aom_inspect_init
source§fn clone(&self) -> aom_inspect_init
fn clone(&self) -> aom_inspect_init
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 more