pub struct SmoothStoneSlab {
pub kind: Type,
pub waterlogged: bool,
}
Fields§
§kind: Type
§waterlogged: bool
Trait Implementations§
Source§impl BlockTrait for SmoothStoneSlab
impl BlockTrait for SmoothStoneSlab
fn behavior(&self) -> BlockBehavior
Source§fn as_block_state(&self) -> BlockState
fn as_block_state(&self) -> BlockState
Convert the block to a block state. Read more
Source§fn as_registry_block(&self) -> Block
fn as_registry_block(&self) -> Block
Convert the block to an
azalea_registry::Block
. Read moreSource§impl Clone for SmoothStoneSlab
impl Clone for SmoothStoneSlab
Source§fn clone(&self) -> SmoothStoneSlab
fn clone(&self) -> SmoothStoneSlab
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SmoothStoneSlab
impl Debug for SmoothStoneSlab
Source§impl Default for SmoothStoneSlab
impl Default for SmoothStoneSlab
Source§impl From<SmoothStoneSlab> for BlockState
impl From<SmoothStoneSlab> for BlockState
Source§fn from(b: SmoothStoneSlab) -> Self
fn from(b: SmoothStoneSlab) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SmoothStoneSlab
impl PartialEq for SmoothStoneSlab
impl Copy for SmoothStoneSlab
impl StructuralPartialEq for SmoothStoneSlab
Auto Trait Implementations§
impl Freeze for SmoothStoneSlab
impl RefUnwindSafe for SmoothStoneSlab
impl Send for SmoothStoneSlab
impl Sync for SmoothStoneSlab
impl Unpin for SmoothStoneSlab
impl UnwindSafe for SmoothStoneSlab
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more