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