#[repr(u32)]pub enum gvr_arm_model_behavior {
GVR_ARM_MODEL_SYNC_GAZE = 0,
GVR_ARM_MODEL_FOLLOW_GAZE = 1,
GVR_ARM_MODEL_IGNORE_GAZE = 2,
}Expand description
Types of gaze behaviors used for arm model.
Variants§
Trait Implementations§
Source§impl Clone for gvr_arm_model_behavior
impl Clone for gvr_arm_model_behavior
Source§fn clone(&self) -> gvr_arm_model_behavior
fn clone(&self) -> gvr_arm_model_behavior
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 gvr_arm_model_behavior
impl Debug for gvr_arm_model_behavior
Source§impl Hash for gvr_arm_model_behavior
impl Hash for gvr_arm_model_behavior
Source§impl PartialEq for gvr_arm_model_behavior
impl PartialEq for gvr_arm_model_behavior
impl Copy for gvr_arm_model_behavior
impl Eq for gvr_arm_model_behavior
impl StructuralPartialEq for gvr_arm_model_behavior
Auto Trait Implementations§
impl Freeze for gvr_arm_model_behavior
impl RefUnwindSafe for gvr_arm_model_behavior
impl Send for gvr_arm_model_behavior
impl Sync for gvr_arm_model_behavior
impl Unpin for gvr_arm_model_behavior
impl UnwindSafe for gvr_arm_model_behavior
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