Enum azalea_block::XYZ
source · pub enum XYZ {
X,
Y,
Z,
}Variants
X
Y
Z
Trait Implementations
impl Copy for XYZ
Auto Trait Implementations
impl RefUnwindSafe for XYZ
impl Send for XYZ
impl Sync for XYZ
impl Unpin for XYZ
impl UnwindSafe for XYZ
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