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