pub struct NonOrthogonal;Expand description
The user attempted to draw a non-orthogonal line through an orthogonal
function, such as orth_line or rect::line.
Trait Implementations§
Source§impl Clone for NonOrthogonal
impl Clone for NonOrthogonal
Source§fn clone(&self) -> NonOrthogonal
fn clone(&self) -> NonOrthogonal
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NonOrthogonal
impl Debug for NonOrthogonal
Source§impl PartialEq for NonOrthogonal
impl PartialEq for NonOrthogonal
impl Copy for NonOrthogonal
impl Eq for NonOrthogonal
impl StructuralPartialEq for NonOrthogonal
Auto Trait Implementations§
impl Freeze for NonOrthogonal
impl RefUnwindSafe for NonOrthogonal
impl Send for NonOrthogonal
impl Sync for NonOrthogonal
impl Unpin for NonOrthogonal
impl UnwindSafe for NonOrthogonal
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