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