#[repr(C)]pub struct heif_sample_aux_info_type {
pub type_: u32,
pub parameter: u32,
}Expand description
Contains the type of sample auxiliary data assigned to the track samples.
Fields§
§type_: u32§parameter: u32Trait Implementations§
Source§impl Clone for heif_sample_aux_info_type
impl Clone for heif_sample_aux_info_type
Source§fn clone(&self) -> heif_sample_aux_info_type
fn clone(&self) -> heif_sample_aux_info_type
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 heif_sample_aux_info_type
impl Debug for heif_sample_aux_info_type
impl Copy for heif_sample_aux_info_type
Auto Trait Implementations§
impl Freeze for heif_sample_aux_info_type
impl RefUnwindSafe for heif_sample_aux_info_type
impl Send for heif_sample_aux_info_type
impl Sync for heif_sample_aux_info_type
impl Unpin for heif_sample_aux_info_type
impl UnwindSafe for heif_sample_aux_info_type
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