Struct aom_sys::aom::aom_inspect_init
source · #[repr(C)]pub struct aom_inspect_init {
pub inspect_cb: aom_inspect_cb,
pub inspect_ctx: *mut c_void,
}
Fields§
§inspect_cb: aom_inspect_cb
§inspect_ctx: *mut c_void
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 moresource§impl Debug for aom_inspect_init
impl Debug for aom_inspect_init
impl Copy for aom_inspect_init
Auto Trait Implementations§
impl RefUnwindSafe for aom_inspect_init
impl !Send for aom_inspect_init
impl !Sync for aom_inspect_init
impl Unpin for aom_inspect_init
impl UnwindSafe for aom_inspect_init
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more