pub struct HalftoneScreen { /* private fields */ }Expand description
A halftone threshold screen.
Implementations§
Source§impl HalftoneScreen
impl HalftoneScreen
Sourcepub const fn new(params: ScreenParams) -> Self
pub const fn new(params: ScreenParams) -> Self
Create a screen with the given parameters.
The threshold matrix is built lazily on the first test() call.
Auto Trait Implementations§
impl Freeze for HalftoneScreen
impl RefUnwindSafe for HalftoneScreen
impl Send for HalftoneScreen
impl Sync for HalftoneScreen
impl Unpin for HalftoneScreen
impl UnsafeUnpin for HalftoneScreen
impl UnwindSafe for HalftoneScreen
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