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