Struct rlottie_sys::LOTJoinStyle
source · #[repr(transparent)]pub struct LOTJoinStyle(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl LOTJoinStyle
impl LOTJoinStyle
pub const JoinMiter: LOTJoinStyle = _
source§impl LOTJoinStyle
impl LOTJoinStyle
pub const JoinBevel: LOTJoinStyle = _
source§impl LOTJoinStyle
impl LOTJoinStyle
pub const JoinRound: LOTJoinStyle = _
Trait Implementations§
source§impl Clone for LOTJoinStyle
impl Clone for LOTJoinStyle
source§fn clone(&self) -> LOTJoinStyle
fn clone(&self) -> LOTJoinStyle
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 LOTJoinStyle
impl Debug for LOTJoinStyle
source§impl Hash for LOTJoinStyle
impl Hash for LOTJoinStyle
source§impl PartialEq<LOTJoinStyle> for LOTJoinStyle
impl PartialEq<LOTJoinStyle> for LOTJoinStyle
source§fn eq(&self, other: &LOTJoinStyle) -> bool
fn eq(&self, other: &LOTJoinStyle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.