pub struct AnimLoop {
pub name: String,
pub begin: f32,
pub end: f32,
}Expand description
Named loop in an animation.
Fields§
§name: String§begin: f32§end: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnimLoop
impl RefUnwindSafe for AnimLoop
impl Send for AnimLoop
impl Sync for AnimLoop
impl Unpin for AnimLoop
impl UnsafeUnpin for AnimLoop
impl UnwindSafe for AnimLoop
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