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