pub struct Ash {
pub size: f64,
pub growth_rate: f64,
}
Fields§
§size: f64
§growth_rate: f64
Implementations§
Auto Trait Implementations§
impl Freeze for Ash
impl RefUnwindSafe for Ash
impl Send for Ash
impl Sync for Ash
impl Unpin for Ash
impl UnwindSafe for Ash
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