pub struct BirchPressurePlate {
pub powered: bool,
}
Fields§
§powered: bool
Trait Implementations§
Source§impl BlockTrait for BirchPressurePlate
impl BlockTrait for BirchPressurePlate
fn behavior(&self) -> BlockBehavior
Source§fn as_block_state(&self) -> BlockState
fn as_block_state(&self) -> BlockState
Convert the block to a block state. Read more
Source§fn as_registry_block(&self) -> Block
fn as_registry_block(&self) -> Block
Convert the block to an
azalea_registry::Block
. Read moreSource§impl Clone for BirchPressurePlate
impl Clone for BirchPressurePlate
Source§fn clone(&self) -> BirchPressurePlate
fn clone(&self) -> BirchPressurePlate
Returns a duplicate 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 BirchPressurePlate
impl Debug for BirchPressurePlate
Source§impl Default for BirchPressurePlate
impl Default for BirchPressurePlate
Source§impl From<BirchPressurePlate> for BlockState
impl From<BirchPressurePlate> for BlockState
Source§fn from(b: BirchPressurePlate) -> Self
fn from(b: BirchPressurePlate) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BirchPressurePlate
impl PartialEq for BirchPressurePlate
impl Copy for BirchPressurePlate
impl StructuralPartialEq for BirchPressurePlate
Auto Trait Implementations§
impl Freeze for BirchPressurePlate
impl RefUnwindSafe for BirchPressurePlate
impl Send for BirchPressurePlate
impl Sync for BirchPressurePlate
impl Unpin for BirchPressurePlate
impl UnwindSafe for BirchPressurePlate
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more