Struct jxl_frame::data::BlendingModeInformation
source · pub struct BlendingModeInformation {
pub mode: PatchBlendMode,
pub alpha_channel: u32,
pub clamp: bool,
}
Fields§
§mode: PatchBlendMode
§alpha_channel: u32
§clamp: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlendingModeInformation
impl RefUnwindSafe for BlendingModeInformation
impl Send for BlendingModeInformation
impl Sync for BlendingModeInformation
impl Unpin for BlendingModeInformation
impl UnwindSafe for BlendingModeInformation
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