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