#[repr(u32)]pub enum SwsDither {
SWS_DITHER_NONE = 0,
SWS_DITHER_AUTO = 1,
SWS_DITHER_BAYER = 2,
SWS_DITHER_ED = 3,
SWS_DITHER_A_DITHER = 4,
SWS_DITHER_X_DITHER = 5,
SWS_DITHER_NB = 6,
}Expand description
Flags and quality settings *
Variants§
SWS_DITHER_NONE = 0
SWS_DITHER_AUTO = 1
SWS_DITHER_BAYER = 2
SWS_DITHER_ED = 3
SWS_DITHER_A_DITHER = 4
SWS_DITHER_X_DITHER = 5
SWS_DITHER_NB = 6
Trait Implementations§
impl Copy for SwsDither
impl Eq for SwsDither
impl StructuralPartialEq for SwsDither
Auto Trait Implementations§
impl Freeze for SwsDither
impl RefUnwindSafe for SwsDither
impl Send for SwsDither
impl Sync for SwsDither
impl Unpin for SwsDither
impl UnsafeUnpin for SwsDither
impl UnwindSafe for SwsDither
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