Enum azalea_block::PistonType
source · pub enum PistonType {
Normal,
Sticky,
}Variants§
Trait Implementations§
source§impl Clone for PistonType
impl Clone for PistonType
source§fn clone(&self) -> PistonType
fn clone(&self) -> PistonType
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 more