Struct rlottie_sys::LOTBrushType
source · #[repr(transparent)]pub struct LOTBrushType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl LOTBrushType
impl LOTBrushType
pub const BrushSolid: LOTBrushType = _
source§impl LOTBrushType
impl LOTBrushType
pub const BrushGradient: LOTBrushType = _
Trait Implementations§
source§impl Clone for LOTBrushType
impl Clone for LOTBrushType
source§fn clone(&self) -> LOTBrushType
fn clone(&self) -> LOTBrushType
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