pub enum RotationOrder {
Forward,
Inverse,
}Expand description
Selects the order of operations in the rotation transform.
Variants§
Auto Trait Implementations§
impl Freeze for RotationOrder
impl RefUnwindSafe for RotationOrder
impl Send for RotationOrder
impl Sync for RotationOrder
impl Unpin for RotationOrder
impl UnsafeUnpin for RotationOrder
impl UnwindSafe for RotationOrder
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