Struct azalea_block::BirchHangingSignBlock
source · pub struct BirchHangingSignBlock {
pub attached: bool,
pub rotation: BirchHangingSignRotation,
pub waterlogged: bool,
}Fields§
§attached: bool§rotation: BirchHangingSignRotation§waterlogged: boolTrait Implementations§
source§impl Block for BirchHangingSignBlock
impl Block for BirchHangingSignBlock
source§impl Clone for BirchHangingSignBlock
impl Clone for BirchHangingSignBlock
source§fn clone(&self) -> BirchHangingSignBlock
fn clone(&self) -> BirchHangingSignBlock
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 BirchHangingSignBlock
impl Debug for BirchHangingSignBlock
source§impl Default for BirchHangingSignBlock
impl Default for BirchHangingSignBlock
source§impl From<BirchHangingSignBlock> for BlockState
impl From<BirchHangingSignBlock> for BlockState
source§fn from(b: BirchHangingSignBlock) -> Self
fn from(b: BirchHangingSignBlock) -> Self
Converts to this type from the input type.