pub struct LineSegment;Trait Implementations§
Source§impl Clone for LineSegment
impl Clone for LineSegment
Source§fn clone(&self) -> LineSegment
fn clone(&self) -> LineSegment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LineSegment
impl Debug for LineSegment
Source§impl Default for LineSegment
impl Default for LineSegment
Source§fn default() -> LineSegment
fn default() -> LineSegment
Returns the “default value” for a type. Read more
Source§impl Hash for LineSegment
impl Hash for LineSegment
Source§impl PartialEq for LineSegment
impl PartialEq for LineSegment
Source§fn eq(&self, other: &LineSegment) -> bool
fn eq(&self, other: &LineSegment) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Assignable<LineSegment> for Any
impl Assignable for LineSegment
impl Compatible<Any> for LineSegment
impl Compatible<LineSegment> for Any
impl Compatible<LineSegment> for Placeholder
impl Compatible<Placeholder> for LineSegment
impl Compatible for LineSegment
impl Copy for LineSegment
impl DataType for LineSegment
impl Eq for LineSegment
impl StructuralPartialEq for LineSegment
Auto Trait Implementations§
impl Freeze for LineSegment
impl RefUnwindSafe for LineSegment
impl Send for LineSegment
impl Sync for LineSegment
impl Unpin for LineSegment
impl UnsafeUnpin for LineSegment
impl UnwindSafe for LineSegment
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