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