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