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