#[repr(transparent)]pub struct Dither(pub u32);Expand description
Dither Condition
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Dither
impl Eq for Dither
impl StructuralPartialEq for Dither
Auto Trait Implementations§
impl Freeze for Dither
impl RefUnwindSafe for Dither
impl Send for Dither
impl Sync for Dither
impl Unpin for Dither
impl UnwindSafe for Dither
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