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