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