#[repr(transparent)]pub struct Lottie_Animation_Property(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl Clone for Lottie_Animation_Property
impl Clone for Lottie_Animation_Property
Source§fn clone(&self) -> Lottie_Animation_Property
fn clone(&self) -> Lottie_Animation_Property
Returns a duplicate 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 Lottie_Animation_Property
impl Debug for Lottie_Animation_Property
Source§impl Hash for Lottie_Animation_Property
impl Hash for Lottie_Animation_Property
impl Copy for Lottie_Animation_Property
impl Eq for Lottie_Animation_Property
impl StructuralPartialEq for Lottie_Animation_Property
Auto Trait Implementations§
impl Freeze for Lottie_Animation_Property
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§
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