Struct jxl_image::ExtraChannelInfo
source · pub struct ExtraChannelInfo {
pub ty: ExtraChannelType,
pub bit_depth: BitDepth,
pub dim_shift: u32,
pub name: Name,
}
Expand description
Information about an extra channel.
Fields§
§ty: ExtraChannelType
Type and associated parameters of the channel.
bit_depth: BitDepth
Bit depth information about the channel.
dim_shift: u32
dim_shift
used to decode Modular image.
name: Name
Name of the channel.
Implementations§
Trait Implementations§
source§impl<Ctx> Bundle<Ctx> for ExtraChannelInfo
impl<Ctx> Bundle<Ctx> for ExtraChannelInfo
source§impl Clone for ExtraChannelInfo
impl Clone for ExtraChannelInfo
source§fn clone(&self) -> ExtraChannelInfo
fn clone(&self) -> ExtraChannelInfo
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 ExtraChannelInfo
impl Debug for ExtraChannelInfo
source§impl Default for ExtraChannelInfo
impl Default for ExtraChannelInfo
source§fn default() -> ExtraChannelInfo
fn default() -> ExtraChannelInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExtraChannelInfo
impl RefUnwindSafe for ExtraChannelInfo
impl Send for ExtraChannelInfo
impl Sync for ExtraChannelInfo
impl Unpin for ExtraChannelInfo
impl UnwindSafe for ExtraChannelInfo
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, Ctx> BundleDefault<Ctx> for Twhere
T: Default,
impl<T, Ctx> BundleDefault<Ctx> for Twhere
T: Default,
source§fn default_with_context(_: Ctx) -> T
fn default_with_context(_: Ctx) -> T
Creates a default value with the given context.
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)