Struct ovr_sys::ovrHapticsBuffer [] [src]

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

Haptics buffer descriptor, contains amplitude samples used for Touch vibration

Fields

Samples stored in opaque format

Number of samples

How samples are submitted to the hardware

Trait Implementations

impl Debug for ovrHapticsBuffer
[src]

Formats the value using the given formatter.

impl Copy for ovrHapticsBuffer
[src]

impl Clone for ovrHapticsBuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more