pub struct WarpedHyphae {
pub axis: Axis,
}
Fields§
§axis: Axis
Trait Implementations§
Source§impl BlockTrait for WarpedHyphae
impl BlockTrait for WarpedHyphae
fn behavior(&self) -> BlockBehavior
Source§fn as_block_state(&self) -> BlockState
fn as_block_state(&self) -> BlockState
Convert the block to a block state. Read more
Source§fn as_registry_block(&self) -> Block
fn as_registry_block(&self) -> Block
Convert the block to an
azalea_registry::Block
. Read moreSource§impl Clone for WarpedHyphae
impl Clone for WarpedHyphae
Source§fn clone(&self) -> WarpedHyphae
fn clone(&self) -> WarpedHyphae
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WarpedHyphae
impl Debug for WarpedHyphae
Source§impl Default for WarpedHyphae
impl Default for WarpedHyphae
Source§impl From<WarpedHyphae> for BlockState
impl From<WarpedHyphae> for BlockState
Source§fn from(b: WarpedHyphae) -> Self
fn from(b: WarpedHyphae) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WarpedHyphae
impl PartialEq for WarpedHyphae
impl Copy for WarpedHyphae
impl StructuralPartialEq for WarpedHyphae
Auto Trait Implementations§
impl Freeze for WarpedHyphae
impl RefUnwindSafe for WarpedHyphae
impl Send for WarpedHyphae
impl Sync for WarpedHyphae
impl Unpin for WarpedHyphae
impl UnwindSafe for WarpedHyphae
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more