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