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