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.
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