pub struct AnimationGetPath(pub AnimationId);
Tuple Fields§
§0: AnimationId
Trait Implementations§
Source§impl Clone for AnimationGetPath
impl Clone for AnimationGetPath
Source§fn clone(&self) -> AnimationGetPath
fn clone(&self) -> AnimationGetPath
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 AnimationGetPath
impl Debug for AnimationGetPath
Auto Trait Implementations§
impl Freeze for AnimationGetPath
impl RefUnwindSafe for AnimationGetPath
impl Send for AnimationGetPath
impl Sync for AnimationGetPath
impl Unpin for AnimationGetPath
impl UnwindSafe for AnimationGetPath
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