Struct azalea_block::EndGatewayBlock
source · pub struct EndGatewayBlock {}Trait Implementations§
source§impl Block for EndGatewayBlock
impl Block for EndGatewayBlock
source§impl Clone for EndGatewayBlock
impl Clone for EndGatewayBlock
source§fn clone(&self) -> EndGatewayBlock
fn clone(&self) -> EndGatewayBlock
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for EndGatewayBlock
impl Debug for EndGatewayBlock
source§impl Default for EndGatewayBlock
impl Default for EndGatewayBlock
source§impl From<EndGatewayBlock> for BlockState
impl From<EndGatewayBlock> for BlockState
source§fn from(b: EndGatewayBlock) -> Self
fn from(b: EndGatewayBlock) -> Self
Converts to this type from the input type.