Enum freetype::stroker::StrokerLineJoin
source · [−]#[repr(u32)]
pub enum StrokerLineJoin {
Round,
Bevel,
MiterVariable,
MiterFixed,
}
Variants
Round
Bevel
MiterVariable
MiterFixed
Trait Implementations
sourceimpl Clone for StrokerLineJoin
impl Clone for StrokerLineJoin
sourcefn clone(&self) -> StrokerLineJoin
fn clone(&self) -> StrokerLineJoin
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for StrokerLineJoin
impl Debug for StrokerLineJoin
sourceimpl PartialEq<StrokerLineJoin> for StrokerLineJoin
impl PartialEq<StrokerLineJoin> for StrokerLineJoin
impl Copy for StrokerLineJoin
impl Eq for StrokerLineJoin
impl StructuralEq for StrokerLineJoin
impl StructuralPartialEq for StrokerLineJoin
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more