pub struct LineAdaptor { /* private fields */ }Expand description
Adaptor for a single line segment as a VertexSource.
Port of C++ agg::line_adaptor.
Implementations§
Trait Implementations§
Source§impl VertexSource for LineAdaptor
impl VertexSource for LineAdaptor
Auto Trait Implementations§
impl Freeze for LineAdaptor
impl RefUnwindSafe for LineAdaptor
impl Send for LineAdaptor
impl Sync for LineAdaptor
impl Unpin for LineAdaptor
impl UnwindSafe for LineAdaptor
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