#[repr(C)]pub struct aom_metadata {
pub type_: u32,
pub payload: *mut u8,
pub sz: usize,
pub insert_flag: aom_metadata_insert_flags_t,
}Fields§
§type_: u32§payload: *mut u8§sz: usize§insert_flag: aom_metadata_insert_flags_tTrait Implementations§
Source§impl Clone for aom_metadata
impl Clone for aom_metadata
Source§fn clone(&self) -> aom_metadata
fn clone(&self) -> aom_metadata
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
impl Debug for aom_metadata
impl Copy for aom_metadata
Auto Trait Implementations§
impl Freeze for aom_metadata
impl RefUnwindSafe for aom_metadata
impl !Send for aom_metadata
impl !Sync for aom_metadata
impl Unpin for aom_metadata
impl UnwindSafe for aom_metadata
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