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