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