[][src]Struct ovrt_sys::types::OVRFingerCurls

pub struct OVRFingerCurls {
    pub thumb: f64,
    pub index: f64,
    pub middle: f64,
    pub ring: f64,
    pub pinky: f64,
}
[]

OVRFingerCurls.

0 to 1.

Fields

thumb: f64
[]

Thumb curl.

index: f64
[]

Index curl.

middle: f64
[]

Middle curl.

ring: f64
[]

ring curl.

pinky: f64
[]

ring pinky.

Trait Implementations

impl Clone for OVRFingerCurls[src][+]

impl Debug for OVRFingerCurls[src][+]

impl Default for OVRFingerCurls[src][+]

impl<'de> Deserialize<'de> for OVRFingerCurls[src][+]

impl PartialEq<OVRFingerCurls> for OVRFingerCurls[src][+]

impl PartialOrd<OVRFingerCurls> for OVRFingerCurls[src][+]

impl Serialize for OVRFingerCurls[src][+]

impl StructuralPartialEq for OVRFingerCurls[src]

Auto Trait Implementations

impl RefUnwindSafe for OVRFingerCurls

impl Send for OVRFingerCurls

impl Sync for OVRFingerCurls

impl Unpin for OVRFingerCurls

impl UnwindSafe for OVRFingerCurls

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src][+]

impl<T> Borrow<T> for T where
    T: ?Sized
[src][+]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src][+]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src][+]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src][+]

impl<T> ToOwned for T where
    T: Clone
[src][+]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src][+]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src][+]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.