Enum azalea_block::LavaLevel
source · pub enum LavaLevel {
Show 16 variants
_0,
_1,
_2,
_3,
_4,
_5,
_6,
_7,
_8,
_9,
_10,
_11,
_12,
_13,
_14,
_15,
}Variants
_0
_1
_2
_3
_4
_5
_6
_7
_8
_9
_10
_11
_12
_13
_14
_15
Trait Implementations
impl Copy for LavaLevel
Auto Trait Implementations
impl RefUnwindSafe for LavaLevel
impl Send for LavaLevel
impl Sync for LavaLevel
impl Unpin for LavaLevel
impl UnwindSafe for LavaLevel
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