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