Struct charls_sys::charls_frame_info
source · #[repr(C)]pub struct charls_frame_info {
pub width: u32,
pub height: u32,
pub bits_per_sample: i32,
pub component_count: i32,
}
Expand description
Defines the information that can be stored in a JPEG-LS Frame marker segment that applies to all scans.
Fields§
§width: u32
height: u32
bits_per_sample: i32
component_count: i32
Trait Implementations§
source§impl Clone for charls_frame_info
impl Clone for charls_frame_info
source§fn clone(&self) -> charls_frame_info
fn clone(&self) -> charls_frame_info
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 charls_frame_info
impl Debug for charls_frame_info
impl Copy for charls_frame_info
Auto Trait Implementations§
impl Freeze for charls_frame_info
impl RefUnwindSafe for charls_frame_info
impl Send for charls_frame_info
impl Sync for charls_frame_info
impl Unpin for charls_frame_info
impl UnwindSafe for charls_frame_info
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)