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