pub struct ScanlineHitTest { /* private fields */ }Expand description
A minimal “scanline” that only checks whether a specific X coordinate is covered by the rasterized polygon.
Port of C++ scanline_hit_test from agg_rasterizer_cells_aa.h.
Implementations§
Auto Trait Implementations§
impl Freeze for ScanlineHitTest
impl RefUnwindSafe for ScanlineHitTest
impl Send for ScanlineHitTest
impl Sync for ScanlineHitTest
impl Unpin for ScanlineHitTest
impl UnwindSafe for ScanlineHitTest
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