Enum minecraft_data::fluid
source · #[repr(u8)]pub enum fluid {
empty = 0,
flowing_water = 1,
water = 2,
flowing_lava = 3,
lava = 4,
}Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for fluid
impl PartialEq for fluid
impl Copy for fluid
impl Eq for fluid
impl StructuralEq for fluid
impl StructuralPartialEq for fluid
Auto Trait Implementations§
impl RefUnwindSafe for fluid
impl Send for fluid
impl Sync for fluid
impl Unpin for fluid
impl UnwindSafe for fluid
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