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