pub struct AnimArea {
pub area: Area,
pub start_time: f64,
pub total_time: f64,
}
Fields§
§area: Area
§start_time: f64
§total_time: f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnimArea
impl RefUnwindSafe for AnimArea
impl Send for AnimArea
impl Sync for AnimArea
impl Unpin for AnimArea
impl UnwindSafe for AnimArea
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