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