pub struct MangroveRootPlacer {
pub trunk_offset_y: IntProvider,
pub root_provider: BlockStateProvider,
pub above_root_placement: AboveRootPlacement,
pub mangrove_root_placement: MangroveRootPlacement,
}Fields§
§trunk_offset_y: IntProvider§root_provider: BlockStateProvider§above_root_placement: AboveRootPlacement§mangrove_root_placement: MangroveRootPlacementTrait Implementations§
Source§impl Clone for MangroveRootPlacer
impl Clone for MangroveRootPlacer
Source§fn clone(&self) -> MangroveRootPlacer
fn clone(&self) -> MangroveRootPlacer
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 !RefUnwindSafe for MangroveRootPlacer
impl !UnwindSafe for MangroveRootPlacer
impl Freeze for MangroveRootPlacer
impl Send for MangroveRootPlacer
impl Sync for MangroveRootPlacer
impl Unpin for MangroveRootPlacer
impl UnsafeUnpin for MangroveRootPlacer
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