Enum jxl_frame::data::PatchBlendMode
source · #[repr(u8)]pub enum PatchBlendMode {
None = 0,
Replace = 1,
Add = 2,
Mul = 3,
BlendAbove = 4,
BlendBelow = 5,
MulAddAbove = 6,
MulAddBelow = 7,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for PatchBlendMode
impl Clone for PatchBlendMode
source§fn clone(&self) -> PatchBlendMode
fn clone(&self) -> PatchBlendMode
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 PatchBlendMode
impl Debug for PatchBlendMode
source§impl PartialEq for PatchBlendMode
impl PartialEq for PatchBlendMode
source§impl TryFrom<u32> for PatchBlendMode
impl TryFrom<u32> for PatchBlendMode
impl Copy for PatchBlendMode
impl Eq for PatchBlendMode
impl StructuralPartialEq for PatchBlendMode
Auto Trait Implementations§
impl Freeze for PatchBlendMode
impl RefUnwindSafe for PatchBlendMode
impl Send for PatchBlendMode
impl Sync for PatchBlendMode
impl Unpin for PatchBlendMode
impl UnwindSafe for PatchBlendMode
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§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
)