#[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 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_metadata_array
impl Debug for aom_metadata_array
impl Copy for aom_metadata_array
Auto Trait Implementations§
impl Freeze for aom_metadata_array
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