pub struct MegaPineFoliagePlacer {
pub radius: IntProvider,
pub offset: IntProvider,
pub crown_height: IntProvider,
}Fields§
§radius: IntProvider§offset: IntProvider§crown_height: IntProviderTrait Implementations§
Source§impl Clone for MegaPineFoliagePlacer
impl Clone for MegaPineFoliagePlacer
Source§fn clone(&self) -> MegaPineFoliagePlacer
fn clone(&self) -> MegaPineFoliagePlacer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MegaPineFoliagePlacer
impl RefUnwindSafe for MegaPineFoliagePlacer
impl Send for MegaPineFoliagePlacer
impl Sync for MegaPineFoliagePlacer
impl Unpin for MegaPineFoliagePlacer
impl UnsafeUnpin for MegaPineFoliagePlacer
impl UnwindSafe for MegaPineFoliagePlacer
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