pub struct PolishedBlackstoneButtonBlock {
pub face: Face,
pub facing: FacingCardinal,
pub powered: bool,
}Fields§
§face: Face§facing: FacingCardinal§powered: boolTrait Implementations§
source§impl Clone for PolishedBlackstoneButtonBlock
impl Clone for PolishedBlackstoneButtonBlock
source§fn clone(&self) -> PolishedBlackstoneButtonBlock
fn clone(&self) -> PolishedBlackstoneButtonBlock
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 From<PolishedBlackstoneButtonBlock> for BlockState
impl From<PolishedBlackstoneButtonBlock> for BlockState
source§fn from(b: PolishedBlackstoneButtonBlock) -> Self
fn from(b: PolishedBlackstoneButtonBlock) -> Self
Converts to this type from the input type.