#[repr(i32)]pub enum HandState {
Unknown = 0,
NotTracked = 1,
Open = 2,
Closed = 3,
Lasso = 4,
}Variants§
Trait Implementations§
impl Eq for HandState
impl StructuralPartialEq for HandState
Auto Trait Implementations§
impl Freeze for HandState
impl RefUnwindSafe for HandState
impl Send for HandState
impl Sync for HandState
impl Unpin for HandState
impl UnwindSafe for HandState
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