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