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 more