#[repr(C)]pub struct JxlPreviewHeader {
pub xsize: u32,
pub ysize: u32,
}Expand description
The codestream preview header
Fields§
§xsize: u32Preview width in pixels
ysize: u32Preview height in pixels
Trait Implementations§
Source§impl Clone for JxlPreviewHeader
impl Clone for JxlPreviewHeader
Source§fn clone(&self) -> JxlPreviewHeader
fn clone(&self) -> JxlPreviewHeader
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 JxlPreviewHeader
impl RefUnwindSafe for JxlPreviewHeader
impl Send for JxlPreviewHeader
impl Sync for JxlPreviewHeader
impl Unpin for JxlPreviewHeader
impl UnwindSafe for JxlPreviewHeader
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