#[repr(i32)]pub enum NvgLineJoin {
Round = 1,
Bevel = 3,
Miter = 4,
}Variants§
Trait Implementations§
Source§impl Clone for NvgLineJoin
impl Clone for NvgLineJoin
Source§fn clone(&self) -> NvgLineJoin
fn clone(&self) -> NvgLineJoin
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 NvgLineJoin
impl Debug for NvgLineJoin
Source§impl PartialEq for NvgLineJoin
impl PartialEq for NvgLineJoin
impl Copy for NvgLineJoin
impl StructuralPartialEq for NvgLineJoin
Auto Trait Implementations§
impl Freeze for NvgLineJoin
impl RefUnwindSafe for NvgLineJoin
impl Send for NvgLineJoin
impl Sync for NvgLineJoin
impl Unpin for NvgLineJoin
impl UnwindSafe for NvgLineJoin
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