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