Enum azalea_block::properties::Falling
source · pub enum Falling {
X = 0,
Y = 1,
Z = 2,
}Variants§
Trait Implementations§
source§impl PartialEq for Falling
impl PartialEq for Falling
source§impl Property for Falling
impl Property for Falling
type Value = Falling
fn try_from_block_state(block_state: BlockState) -> Option<Self::Value>
impl Copy for Falling
impl Eq for Falling
impl StructuralPartialEq for Falling
Auto Trait Implementations§
impl Freeze for Falling
impl RefUnwindSafe for Falling
impl Send for Falling
impl Sync for Falling
impl Unpin for Falling
impl UnwindSafe for Falling
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more