pub enum GGLineJoint {
Round,
Circle,
Square,
}Variants§
Trait Implementations§
Source§impl Clone for GGLineJoint
impl Clone for GGLineJoint
Source§fn clone(&self) -> GGLineJoint
fn clone(&self) -> GGLineJoint
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 GGLineJoint
impl Debug for GGLineJoint
Source§impl Default for GGLineJoint
impl Default for GGLineJoint
Source§impl Ord for GGLineJoint
impl Ord for GGLineJoint
Source§fn cmp(&self, other: &GGLineJoint) -> Ordering
fn cmp(&self, other: &GGLineJoint) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GGLineJoint
impl PartialEq for GGLineJoint
Source§impl PartialOrd for GGLineJoint
impl PartialOrd for GGLineJoint
impl Eq for GGLineJoint
impl StructuralPartialEq for GGLineJoint
Auto Trait Implementations§
impl Freeze for GGLineJoint
impl RefUnwindSafe for GGLineJoint
impl Send for GGLineJoint
impl Sync for GGLineJoint
impl Unpin for GGLineJoint
impl UnwindSafe for GGLineJoint
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