#[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_voidTrait 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 duplicate 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 Freeze for aom_inspect_init
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