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