Struct azalea_block::ChainBlock
source · [−]Fields
axis: Axiswaterlogged: boolTrait Implementations
sourceimpl Block for ChainBlock
impl Block for ChainBlock
sourceimpl Clone for ChainBlock
impl Clone for ChainBlock
sourcefn clone(&self) -> ChainBlock
fn clone(&self) -> ChainBlock
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 ChainBlock
impl Debug for ChainBlock
sourceimpl Default for ChainBlock
impl Default for ChainBlock
sourceimpl From<ChainBlock> for BlockState
impl From<ChainBlock> for BlockState
sourcefn from(b: ChainBlock) -> Self
fn from(b: ChainBlock) -> Self
Converts to this type from the input type.
impl Copy for ChainBlock
Auto Trait Implementations
impl RefUnwindSafe for ChainBlock
impl Send for ChainBlock
impl Sync for ChainBlock
impl Unpin for ChainBlock
impl UnwindSafe for ChainBlock
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