#[repr(u32)]pub enum Line2DLineJointMode {
Sharp = 0,
Bevel = 1,
Round = 2,
}Variants§
Trait Implementations§
Source§impl Clone for Line2DLineJointMode
impl Clone for Line2DLineJointMode
Source§fn clone(&self) -> Line2DLineJointMode
fn clone(&self) -> Line2DLineJointMode
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 moreimpl Copy for Line2DLineJointMode
Source§impl Debug for Line2DLineJointMode
impl Debug for Line2DLineJointMode
impl Eq for Line2DLineJointMode
Source§impl Hash for Line2DLineJointMode
impl Hash for Line2DLineJointMode
Source§impl PartialEq for Line2DLineJointMode
impl PartialEq for Line2DLineJointMode
Source§fn eq(&self, other: &Line2DLineJointMode) -> bool
fn eq(&self, other: &Line2DLineJointMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Line2DLineJointMode
Auto Trait Implementations§
impl Freeze for Line2DLineJointMode
impl RefUnwindSafe for Line2DLineJointMode
impl Send for Line2DLineJointMode
impl Sync for Line2DLineJointMode
impl Unpin for Line2DLineJointMode
impl UnsafeUnpin for Line2DLineJointMode
impl UnwindSafe for Line2DLineJointMode
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