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