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 moresource§impl Debug for LOTGradientType
impl Debug for LOTGradientType
source§impl Hash for LOTGradientType
impl Hash for LOTGradientType
source§impl PartialEq<LOTGradientType> for LOTGradientType
impl PartialEq<LOTGradientType> for LOTGradientType
source§fn eq(&self, other: &LOTGradientType) -> bool
fn eq(&self, other: &LOTGradientType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LOTGradientType
impl Eq for LOTGradientType
impl StructuralEq for LOTGradientType
impl StructuralPartialEq for LOTGradientType
Auto Trait Implementations§
impl RefUnwindSafe for LOTGradientType
impl Send for LOTGradientType
impl Sync for LOTGradientType
impl Unpin for LOTGradientType
impl UnwindSafe for LOTGradientType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more