pub enum SourceHandednessV1 {
Right,
Left,
}Expand description
Handedness derived from a complete signed right/up/forward basis.
Variants§
Trait Implementations§
Source§impl Clone for SourceHandednessV1
impl Clone for SourceHandednessV1
Source§fn clone(&self) -> SourceHandednessV1
fn clone(&self) -> SourceHandednessV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SourceHandednessV1
Source§impl Debug for SourceHandednessV1
impl Debug for SourceHandednessV1
impl Eq for SourceHandednessV1
Source§impl PartialEq for SourceHandednessV1
impl PartialEq for SourceHandednessV1
impl StructuralPartialEq for SourceHandednessV1
Auto Trait Implementations§
impl Freeze for SourceHandednessV1
impl RefUnwindSafe for SourceHandednessV1
impl Send for SourceHandednessV1
impl Sync for SourceHandednessV1
impl Unpin for SourceHandednessV1
impl UnsafeUnpin for SourceHandednessV1
impl UnwindSafe for SourceHandednessV1
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