#[repr(C)]pub struct JxlHeaderExtensions {
pub extensions: u64,
}Expand description
Extensions in the codestream header.
Fields§
§extensions: u64Extension bits.
Trait Implementations§
Source§impl Clone for JxlHeaderExtensions
impl Clone for JxlHeaderExtensions
Source§fn clone(&self) -> JxlHeaderExtensions
fn clone(&self) -> JxlHeaderExtensions
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 JxlHeaderExtensions
impl Debug for JxlHeaderExtensions
Source§impl Default for JxlHeaderExtensions
impl Default for JxlHeaderExtensions
Source§fn default() -> JxlHeaderExtensions
fn default() -> JxlHeaderExtensions
Returns the “default value” for a type. Read more
impl Copy for JxlHeaderExtensions
Auto Trait Implementations§
impl Freeze for JxlHeaderExtensions
impl RefUnwindSafe for JxlHeaderExtensions
impl Send for JxlHeaderExtensions
impl Sync for JxlHeaderExtensions
impl Unpin for JxlHeaderExtensions
impl UnsafeUnpin for JxlHeaderExtensions
impl UnwindSafe for JxlHeaderExtensions
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