#[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 copy 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 Line2DLineJointMode
impl Debug for Line2DLineJointMode
Source§impl Hash for Line2DLineJointMode
impl Hash for Line2DLineJointMode
Source§impl PartialEq for Line2DLineJointMode
impl PartialEq for Line2DLineJointMode
impl Copy for Line2DLineJointMode
impl Eq for Line2DLineJointMode
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 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