pub enum JxlTransferFunction {
BT709,
Linear,
SRGB,
PQ,
DCI,
HLG,
Gamma(f32),
}Variants§
Trait Implementations§
Source§impl Clone for JxlTransferFunction
impl Clone for JxlTransferFunction
Source§fn clone(&self) -> JxlTransferFunction
fn clone(&self) -> JxlTransferFunction
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 moreSource§impl Debug for JxlTransferFunction
impl Debug for JxlTransferFunction
Source§impl Display for JxlTransferFunction
impl Display for JxlTransferFunction
Source§impl PartialEq for JxlTransferFunction
impl PartialEq for JxlTransferFunction
impl StructuralPartialEq for JxlTransferFunction
Auto Trait Implementations§
impl Freeze for JxlTransferFunction
impl RefUnwindSafe for JxlTransferFunction
impl Send for JxlTransferFunction
impl Sync for JxlTransferFunction
impl Unpin for JxlTransferFunction
impl UnsafeUnpin for JxlTransferFunction
impl UnwindSafe for JxlTransferFunction
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