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