Enum freetype::stroker::StrokerLineJoin
source · #[repr(u32)]
pub enum StrokerLineJoin {
Round,
Bevel,
MiterVariable,
MiterFixed,
}
Variants§
Trait Implementations§
source§impl Clone for StrokerLineJoin
impl Clone for StrokerLineJoin
source§fn clone(&self) -> StrokerLineJoin
fn clone(&self) -> StrokerLineJoin
Returns a copy 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<StrokerLineJoin> for StrokerLineJoin
impl PartialEq<StrokerLineJoin> for StrokerLineJoin
source§fn eq(&self, other: &StrokerLineJoin) -> bool
fn eq(&self, other: &StrokerLineJoin) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.