pub struct LightWeightedPressurePlateBlock {
pub power: LightWeightedPressurePlatePower,
}Fields
power: LightWeightedPressurePlatePowerTrait Implementations
sourceimpl Clone for LightWeightedPressurePlateBlock
impl Clone for LightWeightedPressurePlateBlock
sourcefn clone(&self) -> LightWeightedPressurePlateBlock
fn clone(&self) -> LightWeightedPressurePlateBlock
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 From<LightWeightedPressurePlateBlock> for BlockState
impl From<LightWeightedPressurePlateBlock> for BlockState
sourcefn from(b: LightWeightedPressurePlateBlock) -> Self
fn from(b: LightWeightedPressurePlateBlock) -> Self
Converts to this type from the input type.
impl Copy for LightWeightedPressurePlateBlock
Auto Trait Implementations
impl RefUnwindSafe for LightWeightedPressurePlateBlock
impl Send for LightWeightedPressurePlateBlock
impl Sync for LightWeightedPressurePlateBlock
impl Unpin for LightWeightedPressurePlateBlock
impl UnwindSafe for LightWeightedPressurePlateBlock
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