pub enum SurfaceAxis {
MinusOne,
Zero,
One,
Two,
}
Variants§
Trait Implementations§
Source§impl Clone for SurfaceAxis
impl Clone for SurfaceAxis
Source§fn clone(&self) -> SurfaceAxis
fn clone(&self) -> SurfaceAxis
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 SurfaceAxis
impl Debug for SurfaceAxis
Auto Trait Implementations§
impl Freeze for SurfaceAxis
impl RefUnwindSafe for SurfaceAxis
impl Send for SurfaceAxis
impl Sync for SurfaceAxis
impl Unpin for SurfaceAxis
impl UnwindSafe for SurfaceAxis
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