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