Struct azalea_block::StoneButtonBlock
source · pub struct StoneButtonBlock {
pub face: Face,
pub facing: FacingCardinal,
pub powered: bool,
}Fields§
§face: Face§facing: FacingCardinal§powered: boolTrait Implementations§
source§impl Block for StoneButtonBlock
impl Block for StoneButtonBlock
source§impl Clone for StoneButtonBlock
impl Clone for StoneButtonBlock
source§fn clone(&self) -> StoneButtonBlock
fn clone(&self) -> StoneButtonBlock
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for StoneButtonBlock
impl Debug for StoneButtonBlock
source§impl Default for StoneButtonBlock
impl Default for StoneButtonBlock
source§impl From<StoneButtonBlock> for BlockState
impl From<StoneButtonBlock> for BlockState
source§fn from(b: StoneButtonBlock) -> Self
fn from(b: StoneButtonBlock) -> Self
Converts to this type from the input type.