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