pub struct PathSummary { /* private fields */ }Expand description
animation aggregated informations summary
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathSummary
impl RefUnwindSafe for PathSummary
impl Send for PathSummary
impl Sync for PathSummary
impl Unpin for PathSummary
impl UnwindSafe for PathSummary
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