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