#[repr(i32)]pub enum SkJpegEncoder_AlphaOption {
Ignore = 0,
BlendOnBlack = 1,
}Variants§
Trait Implementations§
Source§impl Clone for SkJpegEncoder_AlphaOption
impl Clone for SkJpegEncoder_AlphaOption
Source§fn clone(&self) -> SkJpegEncoder_AlphaOption
fn clone(&self) -> SkJpegEncoder_AlphaOption
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SkJpegEncoder_AlphaOption
impl Debug for SkJpegEncoder_AlphaOption
Source§impl Hash for SkJpegEncoder_AlphaOption
impl Hash for SkJpegEncoder_AlphaOption
Source§impl PartialEq for SkJpegEncoder_AlphaOption
impl PartialEq for SkJpegEncoder_AlphaOption
Source§fn eq(&self, other: &SkJpegEncoder_AlphaOption) -> bool
fn eq(&self, other: &SkJpegEncoder_AlphaOption) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SkJpegEncoder_AlphaOption
impl Eq for SkJpegEncoder_AlphaOption
impl StructuralPartialEq for SkJpegEncoder_AlphaOption
Auto Trait Implementations§
impl Freeze for SkJpegEncoder_AlphaOption
impl RefUnwindSafe for SkJpegEncoder_AlphaOption
impl Send for SkJpegEncoder_AlphaOption
impl Sync for SkJpegEncoder_AlphaOption
impl Unpin for SkJpegEncoder_AlphaOption
impl UnsafeUnpin for SkJpegEncoder_AlphaOption
impl UnwindSafe for SkJpegEncoder_AlphaOption
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