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