Struct azalea_block::ScaffoldingBlock
source · pub struct ScaffoldingBlock {
pub bottom: bool,
pub distance: ScaffoldingDistance,
pub waterlogged: bool,
}Fields
bottom: booldistance: ScaffoldingDistancewaterlogged: boolTrait Implementations
sourceimpl Block for ScaffoldingBlock
impl Block for ScaffoldingBlock
sourceimpl Clone for ScaffoldingBlock
impl Clone for ScaffoldingBlock
sourcefn clone(&self) -> ScaffoldingBlock
fn clone(&self) -> ScaffoldingBlock
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 ScaffoldingBlock
impl Debug for ScaffoldingBlock
sourceimpl Default for ScaffoldingBlock
impl Default for ScaffoldingBlock
sourceimpl From<ScaffoldingBlock> for BlockState
impl From<ScaffoldingBlock> for BlockState
sourcefn from(b: ScaffoldingBlock) -> Self
fn from(b: ScaffoldingBlock) -> Self
Converts to this type from the input type.
impl Copy for ScaffoldingBlock
Auto Trait Implementations
impl RefUnwindSafe for ScaffoldingBlock
impl Send for ScaffoldingBlock
impl Sync for ScaffoldingBlock
impl Unpin for ScaffoldingBlock
impl UnwindSafe for ScaffoldingBlock
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