pub struct FoliagePlacerBase {
pub radius: IntProvider,
pub offset: IntProvider,
}Fields§
§radius: IntProvider§offset: IntProviderTrait Implementations§
Source§impl Clone for FoliagePlacerBase
impl Clone for FoliagePlacerBase
Source§fn clone(&self) -> FoliagePlacerBase
fn clone(&self) -> FoliagePlacerBase
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 FoliagePlacerBase
impl RefUnwindSafe for FoliagePlacerBase
impl Send for FoliagePlacerBase
impl Sync for FoliagePlacerBase
impl Unpin for FoliagePlacerBase
impl UnsafeUnpin for FoliagePlacerBase
impl UnwindSafe for FoliagePlacerBase
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