Struct ovr_sys::audio::ovrHapticsClip [] [src]

#[repr(C)]
pub struct ovrHapticsClip { pub Samples: *const c_void, pub SamplesCount: c_int, }

Store a full Haptics clip, which can be used as data source for multiple ovrHapticsBuffers.

Fields

Samples stored in opaque format

Number of samples

Trait Implementations

impl Copy for ovrHapticsClip
[src]

impl Clone for ovrHapticsClip
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ovrHapticsClip
[src]

Formats the value using the given formatter.