pub struct PiDither { /* private fields */ }Expand description
Cyclic π-digit dither. Period = 256; index wraps with bitwise AND.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PiDither
impl RefUnwindSafe for PiDither
impl Send for PiDither
impl Sync for PiDither
impl Unpin for PiDither
impl UnsafeUnpin for PiDither
impl UnwindSafe for PiDither
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