Enum core_graphics2::path::CGLineJoin
source · #[repr(i32)]pub enum CGLineJoin {
Miter = 0,
Round = 1,
Bevel = 2,
}Variants§
Trait Implementations§
source§impl Clone for CGLineJoin
impl Clone for CGLineJoin
source§fn clone(&self) -> CGLineJoin
fn clone(&self) -> CGLineJoin
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 CGLineJoin
impl Debug for CGLineJoin
source§impl PartialEq for CGLineJoin
impl PartialEq for CGLineJoin
source§fn eq(&self, other: &CGLineJoin) -> bool
fn eq(&self, other: &CGLineJoin) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CGLineJoin
impl Eq for CGLineJoin
impl StructuralPartialEq for CGLineJoin
Auto Trait Implementations§
impl Freeze for CGLineJoin
impl RefUnwindSafe for CGLineJoin
impl Send for CGLineJoin
impl Sync for CGLineJoin
impl Unpin for CGLineJoin
impl UnwindSafe for CGLineJoin
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