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