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