pub struct ContainerBoxType(pub [u8; 4]);
Tuple Fields§
§0: [u8; 4]
Implementations§
Source§impl ContainerBoxType
impl ContainerBoxType
pub const JXL: Self = _
pub const FILE_TYPE: Self = _
pub const JXL_LEVEL: Self = _
pub const JUMBF: Self = _
pub const EXIF: Self = _
pub const XML: Self = _
pub const BROTLI_COMPRESSED: Self = _
pub const FRAME_INDEX: Self = _
pub const CODESTREAM: Self = _
pub const PARTIAL_CODESTREAM: Self = _
pub const JPEG_RECONSTRUCTION: Self = _
Trait Implementations§
Source§impl Clone for ContainerBoxType
impl Clone for ContainerBoxType
Source§fn clone(&self) -> ContainerBoxType
fn clone(&self) -> ContainerBoxType
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 ContainerBoxType
impl Debug for ContainerBoxType
Source§impl Hash for ContainerBoxType
impl Hash for ContainerBoxType
Source§impl PartialEq for ContainerBoxType
impl PartialEq for ContainerBoxType
impl Copy for ContainerBoxType
impl Eq for ContainerBoxType
impl StructuralPartialEq for ContainerBoxType
Auto Trait Implementations§
impl Freeze for ContainerBoxType
impl RefUnwindSafe for ContainerBoxType
impl Send for ContainerBoxType
impl Sync for ContainerBoxType
impl Unpin for ContainerBoxType
impl UnwindSafe for ContainerBoxType
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