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