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