#[repr(C)]pub enum Convention {
NorthWestUp = 0,
EastNorthUp = 1,
NorthWestDown = 2,
}
Expand description
Earth axes convention.
Variants§
Trait Implementations§
Source§impl Clone for Convention
impl Clone for Convention
Source§fn clone(&self) -> Convention
fn clone(&self) -> Convention
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Convention
impl Debug for Convention
Source§impl Default for Convention
impl Default for Convention
Source§fn default() -> Convention
fn default() -> Convention
Returns the “default value” for a type. Read more
Source§impl PartialEq for Convention
impl PartialEq for Convention
Source§impl PartialOrd for Convention
impl PartialOrd for Convention
impl Copy for Convention
impl StructuralPartialEq for Convention
Auto Trait Implementations§
impl Freeze for Convention
impl RefUnwindSafe for Convention
impl Send for Convention
impl Sync for Convention
impl Unpin for Convention
impl UnwindSafe for Convention
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