pub struct heif_raw_sequence_sample { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for heif_raw_sequence_sample
impl RefUnwindSafe for heif_raw_sequence_sample
impl Send for heif_raw_sequence_sample
impl Sync for heif_raw_sequence_sample
impl Unpin for heif_raw_sequence_sample
impl UnwindSafe for heif_raw_sequence_sample
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