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