Struct charls_sys::charls_spiff_header
source · #[repr(C)]pub struct charls_spiff_header {
pub profile_id: charls_spiff_profile_id,
pub component_count: i32,
pub height: u32,
pub width: u32,
pub color_space: charls_spiff_color_space,
pub bits_per_sample: i32,
pub compression_type: charls_spiff_compression_type,
pub resolution_units: charls_spiff_resolution_units,
pub vertical_resolution: u32,
pub horizontal_resolution: u32,
}
Expand description
Defines the information that can be stored in a SPIFF header as defined in ISO/IEC 10918-3, Annex F
Fields§
§profile_id: charls_spiff_profile_id
§component_count: i32
§height: u32
§width: u32
§color_space: charls_spiff_color_space
§bits_per_sample: i32
§compression_type: charls_spiff_compression_type
§resolution_units: charls_spiff_resolution_units
§vertical_resolution: u32
§horizontal_resolution: u32
Auto Trait Implementations§
impl Freeze for charls_spiff_header
impl RefUnwindSafe for charls_spiff_header
impl Send for charls_spiff_header
impl Sync for charls_spiff_header
impl Unpin for charls_spiff_header
impl UnwindSafe for charls_spiff_header
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