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