#[repr(C)]pub struct ovrHapticsPlaybackState {
pub RemainingQueueSpace: c_int,
pub SamplesQueued: c_int,
}Expand description
State of the Haptics playback for Touch vibration
Fields§
§RemainingQueueSpace: c_intRemaining space available to queue more samples
SamplesQueued: c_intNumber of samples currently queued
Trait Implementations§
Source§impl Clone for ovrHapticsPlaybackState
impl Clone for ovrHapticsPlaybackState
Source§fn clone(&self) -> ovrHapticsPlaybackState
fn clone(&self) -> ovrHapticsPlaybackState
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 ovrHapticsPlaybackState
impl Debug for ovrHapticsPlaybackState
impl Copy for ovrHapticsPlaybackState
Auto Trait Implementations§
impl Freeze for ovrHapticsPlaybackState
impl RefUnwindSafe for ovrHapticsPlaybackState
impl Send for ovrHapticsPlaybackState
impl Sync for ovrHapticsPlaybackState
impl Unpin for ovrHapticsPlaybackState
impl UnwindSafe for ovrHapticsPlaybackState
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