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