#[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 moreAuto Trait Implementations§
impl Freeze for JxlHeaderExtensions
impl RefUnwindSafe for JxlHeaderExtensions
impl Send for JxlHeaderExtensions
impl Sync for JxlHeaderExtensions
impl Unpin 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