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