pub enum Surfaceaxis {
NumNeg1,
Num0,
Num1,
Num2,
}
Variants§
Trait Implementations§
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