Enum azalea_block::PistonType
source · pub enum PistonType {
Normal,
Sticky,
}Variants
Normal
Sticky
Trait Implementations
sourceimpl Clone for PistonType
impl Clone for PistonType
sourcefn clone(&self) -> PistonType
fn clone(&self) -> PistonType
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 PistonType
impl Debug for PistonType
sourceimpl From<usize> for PistonType
impl From<usize> for PistonType
impl Copy for PistonType
Auto Trait Implementations
impl RefUnwindSafe for PistonType
impl Send for PistonType
impl Sync for PistonType
impl Unpin for PistonType
impl UnwindSafe for PistonType
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