pub enum AngleAxis {
Pitch,
Roll,
Yaw,
}Variants§
Trait Implementations§
impl Copy for AngleAxis
impl Eq for AngleAxis
impl StructuralPartialEq for AngleAxis
Auto Trait Implementations§
impl Freeze for AngleAxis
impl RefUnwindSafe for AngleAxis
impl Send for AngleAxis
impl Sync for AngleAxis
impl Unpin for AngleAxis
impl UnsafeUnpin for AngleAxis
impl UnwindSafe for AngleAxis
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