pub struct AboveRootPlacement {
pub above_root_provider: BlockStateProvider,
pub above_root_placement_chance: f32,
}Fields§
§above_root_provider: BlockStateProvider§above_root_placement_chance: f32Trait Implementations§
Source§impl Clone for AboveRootPlacement
impl Clone for AboveRootPlacement
Source§fn clone(&self) -> AboveRootPlacement
fn clone(&self) -> AboveRootPlacement
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 AboveRootPlacement
impl !UnwindSafe for AboveRootPlacement
impl Freeze for AboveRootPlacement
impl Send for AboveRootPlacement
impl Sync for AboveRootPlacement
impl Unpin for AboveRootPlacement
impl UnsafeUnpin for AboveRootPlacement
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