#[repr(transparent)]pub struct SwrDitherType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl SwrDitherType
impl SwrDitherType
pub const NONE: SwrDitherType
pub const RECTANGULAR: SwrDitherType
pub const TRIANGULAR: SwrDitherType
pub const TRIANGULAR_HIGHPASS: SwrDitherType
pub const NS: SwrDitherType
pub const NS_LIPSHITZ: SwrDitherType
pub const NS_F_WEIGHTED: SwrDitherType
pub const NS_MODIFIED_E_WEIGHTED: SwrDitherType
pub const NS_IMPROVED_E_WEIGHTED: SwrDitherType
pub const NS_SHIBATA: SwrDitherType
pub const NS_LOW_SHIBATA: SwrDitherType
pub const NS_HIGH_SHIBATA: SwrDitherType
pub const NB: SwrDitherType
Trait Implementations§
Source§impl Clone for SwrDitherType
impl Clone for SwrDitherType
Source§fn clone(&self) -> SwrDitherType
fn clone(&self) -> SwrDitherType
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 moreimpl Copy for SwrDitherType
Source§impl Debug for SwrDitherType
impl Debug for SwrDitherType
impl Eq for SwrDitherType
Source§impl Hash for SwrDitherType
impl Hash for SwrDitherType
Source§impl PartialEq for SwrDitherType
impl PartialEq for SwrDitherType
impl StructuralPartialEq for SwrDitherType
Auto Trait Implementations§
impl Freeze for SwrDitherType
impl RefUnwindSafe for SwrDitherType
impl Send for SwrDitherType
impl Sync for SwrDitherType
impl Unpin for SwrDitherType
impl UnsafeUnpin for SwrDitherType
impl UnwindSafe for SwrDitherType
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