#[repr(i32)]pub enum tagHANDEDNESS {
HANDEDNESS_LEFT = 0,
HANDEDNESS_RIGHT = 1,
}Variants§
Trait Implementations§
Source§impl Clone for tagHANDEDNESS
impl Clone for tagHANDEDNESS
Source§fn clone(&self) -> tagHANDEDNESS
fn clone(&self) -> tagHANDEDNESS
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 tagHANDEDNESS
impl Debug for tagHANDEDNESS
Source§impl Hash for tagHANDEDNESS
impl Hash for tagHANDEDNESS
Source§impl PartialEq for tagHANDEDNESS
impl PartialEq for tagHANDEDNESS
impl Copy for tagHANDEDNESS
impl Eq for tagHANDEDNESS
impl StructuralPartialEq for tagHANDEDNESS
Auto Trait Implementations§
impl Freeze for tagHANDEDNESS
impl RefUnwindSafe for tagHANDEDNESS
impl Send for tagHANDEDNESS
impl Sync for tagHANDEDNESS
impl Unpin for tagHANDEDNESS
impl UnwindSafe for tagHANDEDNESS
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