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