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