Struct aom_sys::aom::aom_metadata
source · #[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_t
Trait 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 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
impl Debug for aom_metadata
impl Copy for aom_metadata
Auto Trait Implementations§
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