#[repr(i32)]pub enum HandType {
NONE = 0,
LEFT = 1,
RIGHT = 2,
}Variants§
Trait Implementations§
impl Eq for HandType
impl StructuralPartialEq for HandType
Auto Trait Implementations§
impl Freeze for HandType
impl RefUnwindSafe for HandType
impl Send for HandType
impl Sync for HandType
impl Unpin for HandType
impl UnwindSafe for HandType
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