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