pub enum UpAxis {
XUp,
YUp,
ZUp,
}
Expand description
Descriptive information about the coordinate system of the geometric data. All coordinates are right-handed by definition.
Variants§
Implementations§
Trait Implementations§
impl Copy for UpAxis
impl Eq for UpAxis
impl StructuralPartialEq for UpAxis
Auto Trait Implementations§
impl Freeze for UpAxis
impl RefUnwindSafe for UpAxis
impl Send for UpAxis
impl Sync for UpAxis
impl Unpin for UpAxis
impl UnwindSafe for UpAxis
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