pub enum Direction3D {
Left,
Right,
Up,
Down,
Front,
Back,
}Variants§
Trait Implementations§
Source§impl Clone for Direction3D
impl Clone for Direction3D
Source§fn clone(&self) -> Direction3D
fn clone(&self) -> Direction3D
Returns a duplicate 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 Direction3D
impl Debug for Direction3D
impl Copy for Direction3D
Auto Trait Implementations§
impl Freeze for Direction3D
impl RefUnwindSafe for Direction3D
impl Send for Direction3D
impl Sync for Direction3D
impl Unpin for Direction3D
impl UnwindSafe for Direction3D
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