pub struct DarkOakLog {
pub axis: Axis,
}
Fields§
§axis: Axis
Trait Implementations§
Source§impl BlockTrait for DarkOakLog
impl BlockTrait for DarkOakLog
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 DarkOakLog
impl Clone for DarkOakLog
Source§fn clone(&self) -> DarkOakLog
fn clone(&self) -> DarkOakLog
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 DarkOakLog
impl Debug for DarkOakLog
Source§impl Default for DarkOakLog
impl Default for DarkOakLog
Source§impl From<DarkOakLog> for BlockState
impl From<DarkOakLog> for BlockState
Source§fn from(b: DarkOakLog) -> Self
fn from(b: DarkOakLog) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DarkOakLog
impl PartialEq for DarkOakLog
impl Copy for DarkOakLog
impl StructuralPartialEq for DarkOakLog
Auto Trait Implementations§
impl Freeze for DarkOakLog
impl RefUnwindSafe for DarkOakLog
impl Send for DarkOakLog
impl Sync for DarkOakLog
impl Unpin for DarkOakLog
impl UnwindSafe for DarkOakLog
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