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