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