Struct rlottie_sys::Lottie_Animation_Property
source · [−]#[repr(transparent)]pub struct Lottie_Animation_Property(pub c_uint);
Tuple Fields
0: c_uint
Implementations
sourceimpl Lottie_Animation_Property
impl Lottie_Animation_Property
pub const LOTTIE_ANIMATION_PROPERTY_FILLCOLOR: Lottie_Animation_Property = Lottie_Animation_Property (0)
sourceimpl Lottie_Animation_Property
impl Lottie_Animation_Property
pub const LOTTIE_ANIMATION_PROPERTY_FILLOPACITY: Lottie_Animation_Property = Lottie_Animation_Property (1)
sourceimpl Lottie_Animation_Property
impl Lottie_Animation_Property
pub const LOTTIE_ANIMATION_PROPERTY_STROKECOLOR: Lottie_Animation_Property = Lottie_Animation_Property (2)
sourceimpl Lottie_Animation_Property
impl Lottie_Animation_Property
pub const LOTTIE_ANIMATION_PROPERTY_STROKEOPACITY: Lottie_Animation_Property = Lottie_Animation_Property (3)
sourceimpl Lottie_Animation_Property
impl Lottie_Animation_Property
pub const LOTTIE_ANIMATION_PROPERTY_STROKEWIDTH: Lottie_Animation_Property = Lottie_Animation_Property (4)
sourceimpl Lottie_Animation_Property
impl Lottie_Animation_Property
pub const LOTTIE_ANIMATION_PROPERTY_TR_ANCHOR: Lottie_Animation_Property = Lottie_Animation_Property (5)
sourceimpl Lottie_Animation_Property
impl Lottie_Animation_Property
pub const LOTTIE_ANIMATION_PROPERTY_TR_POSITION: Lottie_Animation_Property = Lottie_Animation_Property (6)
sourceimpl Lottie_Animation_Property
impl Lottie_Animation_Property
pub const LOTTIE_ANIMATION_PROPERTY_TR_SCALE: Lottie_Animation_Property = Lottie_Animation_Property (7)
sourceimpl Lottie_Animation_Property
impl Lottie_Animation_Property
pub const LOTTIE_ANIMATION_PROPERTY_TR_ROTATION: Lottie_Animation_Property = Lottie_Animation_Property (8)
sourceimpl Lottie_Animation_Property
impl Lottie_Animation_Property
pub const LOTTIE_ANIMATION_PROPERTY_TR_OPACITY: Lottie_Animation_Property = Lottie_Animation_Property (9)
Trait Implementations
sourceimpl Clone for Lottie_Animation_Property
impl Clone for Lottie_Animation_Property
sourcefn clone(&self) -> Lottie_Animation_Property
fn clone(&self) -> Lottie_Animation_Property
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for Lottie_Animation_Property
impl Debug for Lottie_Animation_Property
sourceimpl Hash for Lottie_Animation_Property
impl Hash for Lottie_Animation_Property
sourceimpl PartialEq<Lottie_Animation_Property> for Lottie_Animation_Property
impl PartialEq<Lottie_Animation_Property> for Lottie_Animation_Property
sourcefn eq(&self, other: &Lottie_Animation_Property) -> bool
fn eq(&self, other: &Lottie_Animation_Property) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &Lottie_Animation_Property) -> bool
fn ne(&self, other: &Lottie_Animation_Property) -> bool
This method tests for !=
.
impl Copy for Lottie_Animation_Property
impl Eq for Lottie_Animation_Property
impl StructuralEq for Lottie_Animation_Property
impl StructuralPartialEq for Lottie_Animation_Property
Auto Trait Implementations
impl RefUnwindSafe for Lottie_Animation_Property
impl Send for Lottie_Animation_Property
impl Sync for Lottie_Animation_Property
impl Unpin for Lottie_Animation_Property
impl UnwindSafe for Lottie_Animation_Property
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more