pub struct AnimReadContext {
pub version: AnimVersion,
pub duration: f32,
}Fields§
§version: AnimVersion§duration: f32Trait Implementations§
Source§impl Clone for AnimReadContext
impl Clone for AnimReadContext
Source§fn clone(&self) -> AnimReadContext
fn clone(&self) -> AnimReadContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AnimReadContext
Auto Trait Implementations§
impl Freeze for AnimReadContext
impl RefUnwindSafe for AnimReadContext
impl Send for AnimReadContext
impl Sync for AnimReadContext
impl Unpin for AnimReadContext
impl UnsafeUnpin for AnimReadContext
impl UnwindSafe for AnimReadContext
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