Struct ovr_sys::ovrHapticsPlaybackState [] [src]

#[repr(C)]
pub struct ovrHapticsPlaybackState { pub RemainingQueueSpace: c_int, pub SamplesQueued: c_int, }

State of the Haptics playback for Touch vibration

Fields

Remaining space available to queue more samples

Number of samples currently queued

Trait Implementations

impl Debug for ovrHapticsPlaybackState
[src]

Formats the value using the given formatter.

impl Copy for ovrHapticsPlaybackState
[src]

impl Clone for ovrHapticsPlaybackState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more