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