#[repr(i32)]pub enum Axis3D {
X = 0,
Y = 1,
Z = 2,
}Expand description
3D axis selector (X/Y/Z)
Variants§
Trait Implementations§
impl Copy for Axis3D
impl Eq for Axis3D
impl StructuralPartialEq for Axis3D
Auto Trait Implementations§
impl Freeze for Axis3D
impl RefUnwindSafe for Axis3D
impl Send for Axis3D
impl Sync for Axis3D
impl Unpin for Axis3D
impl UnwindSafe for Axis3D
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