Struct azalea_block::PointedDripstoneBlock
source · pub struct PointedDripstoneBlock {
pub thickness: Thickness,
pub vertical_direction: TipDirection,
pub waterlogged: bool,
}Fields
thickness: Thicknessvertical_direction: TipDirectionwaterlogged: boolTrait Implementations
sourceimpl Block for PointedDripstoneBlock
impl Block for PointedDripstoneBlock
sourceimpl Clone for PointedDripstoneBlock
impl Clone for PointedDripstoneBlock
sourcefn clone(&self) -> PointedDripstoneBlock
fn clone(&self) -> PointedDripstoneBlock
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PointedDripstoneBlock
impl Debug for PointedDripstoneBlock
sourceimpl Default for PointedDripstoneBlock
impl Default for PointedDripstoneBlock
sourceimpl From<PointedDripstoneBlock> for BlockState
impl From<PointedDripstoneBlock> for BlockState
sourcefn from(b: PointedDripstoneBlock) -> Self
fn from(b: PointedDripstoneBlock) -> Self
Converts to this type from the input type.
impl Copy for PointedDripstoneBlock
Auto Trait Implementations
impl RefUnwindSafe for PointedDripstoneBlock
impl Send for PointedDripstoneBlock
impl Sync for PointedDripstoneBlock
impl Unpin for PointedDripstoneBlock
impl UnwindSafe for PointedDripstoneBlock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more