Struct aom_sys::aom::aom_metadata_array
source · #[repr(C)]pub struct aom_metadata_array { /* private fields */ }
Trait Implementations§
source§impl Clone for aom_metadata_array
impl Clone for aom_metadata_array
source§fn clone(&self) -> aom_metadata_array
fn clone(&self) -> aom_metadata_array
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_metadata_array
impl Debug for aom_metadata_array
impl Copy for aom_metadata_array
Auto Trait Implementations§
impl RefUnwindSafe for aom_metadata_array
impl Send for aom_metadata_array
impl Sync for aom_metadata_array
impl Unpin for aom_metadata_array
impl UnwindSafe for aom_metadata_array
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