Struct azalea_block::BambooBlock
source · [−]pub struct BambooBlock {
pub age: BambooAge,
pub leaves: Leaves,
pub stage: BambooStage,
}Fields
age: BambooAgeleaves: Leavesstage: BambooStageTrait Implementations
sourceimpl Block for BambooBlock
impl Block for BambooBlock
sourceimpl Clone for BambooBlock
impl Clone for BambooBlock
sourcefn clone(&self) -> BambooBlock
fn clone(&self) -> BambooBlock
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 BambooBlock
impl Debug for BambooBlock
sourceimpl Default for BambooBlock
impl Default for BambooBlock
sourceimpl From<BambooBlock> for BlockState
impl From<BambooBlock> for BlockState
sourcefn from(b: BambooBlock) -> Self
fn from(b: BambooBlock) -> Self
Converts to this type from the input type.
impl Copy for BambooBlock
Auto Trait Implementations
impl RefUnwindSafe for BambooBlock
impl Send for BambooBlock
impl Sync for BambooBlock
impl Unpin for BambooBlock
impl UnwindSafe for BambooBlock
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