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