pub enum SMaskInData {
Ignore,
Use,
Preblended,
}Expand description
What to do with in-data mask information in JPXDecode images.
Variants§
Ignore
Discard the mask data.
Use
Use the mask data.
Preblended
Use the mask data on the image whose backdrop has been pre-blended with a matte color.
Trait Implementations§
Source§impl Clone for SMaskInData
impl Clone for SMaskInData
Source§fn clone(&self) -> SMaskInData
fn clone(&self) -> SMaskInData
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 SMaskInData
impl Debug for SMaskInData
Source§impl Default for SMaskInData
impl Default for SMaskInData
Source§fn default() -> SMaskInData
fn default() -> SMaskInData
Returns the “default value” for a type. Read more
Source§impl Hash for SMaskInData
impl Hash for SMaskInData
Source§impl PartialEq for SMaskInData
impl PartialEq for SMaskInData
impl Copy for SMaskInData
impl Eq for SMaskInData
impl StructuralPartialEq for SMaskInData
Auto Trait Implementations§
impl Freeze for SMaskInData
impl RefUnwindSafe for SMaskInData
impl Send for SMaskInData
impl Sync for SMaskInData
impl Unpin for SMaskInData
impl UnwindSafe for SMaskInData
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