Enum freetype::stroker::StrokerLineJoin[][src]

#[repr(u32)]pub enum StrokerLineJoin {
    Round,
    Bevel,
    MiterVariable,
    MiterFixed,
}

Variants

Round
Bevel
MiterVariable
MiterFixed

Trait Implementations

impl Clone for StrokerLineJoin[src]

impl Copy for StrokerLineJoin[src]

impl Debug for StrokerLineJoin[src]

impl Eq for StrokerLineJoin[src]

impl PartialEq<StrokerLineJoin> for StrokerLineJoin[src]

impl StructuralEq for StrokerLineJoin[src]

impl StructuralPartialEq for StrokerLineJoin[src]

Auto Trait Implementations

impl RefUnwindSafe for StrokerLineJoin

impl Send for StrokerLineJoin

impl Sync for StrokerLineJoin

impl Unpin for StrokerLineJoin

impl UnwindSafe for StrokerLineJoin

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.