Struct rlottie_sys::Lottie_Animation_Property
source · [−]#[repr(transparent)]pub struct Lottie_Animation_Property(pub c_uint);
Tuple Fields
0: c_uint
Implementations
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