#[repr(transparent)]pub struct JxlBoxType(pub [c_char; 4]);Expand description
Data type holding the 4-character type name of an ISOBMFF box.
Tuple Fields§
§0: [c_char; 4]Auto Trait Implementations§
impl Freeze for JxlBoxType
impl RefUnwindSafe for JxlBoxType
impl Send for JxlBoxType
impl Sync for JxlBoxType
impl Unpin for JxlBoxType
impl UnwindSafe for JxlBoxType
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