#[repr(i32)]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,
SWS_DITHER_MAX_ENUM = 2_147_483_647,
}展开描述
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
SWS_DITHER_MAX_ENUM = 2_147_483_647
trait 实现§
impl Copy for SwsDither
impl Eq for SwsDither
impl StructuralPartialEq for SwsDither
自动 trait 实现§
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 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多