#[repr(C)]pub struct Mp4parseAvifImage {
pub primary_image: Mp4parseByteData,
pub alpha_image: Mp4parseByteData,
}Fields§
§primary_image: Mp4parseByteData§alpha_image: Mp4parseByteDataIf no alpha item exists, members’ .length will be 0 and .data will be null
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mp4parseAvifImage
impl RefUnwindSafe for Mp4parseAvifImage
impl !Send for Mp4parseAvifImage
impl !Sync for Mp4parseAvifImage
impl Unpin for Mp4parseAvifImage
impl UnwindSafe for Mp4parseAvifImage
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