Struct sdl2_sys::haptic::SDL_HapticEffect
[−]
[src]
pub struct SDL_HapticEffect { pub data: [uint8_t; 72], }
Fields
data |
pub struct SDL_HapticEffect { pub data: [uint8_t; 72], }
data |
impl SDL_HapticEffect
fn type_(&mut self) -> *mut uint16_t
fn constant(&mut self) -> *mut SDL_HapticConstant
fn periodic(&mut self) -> *mut SDL_HapticPeriodic
fn condition(&mut self) -> *mut SDL_HapticCondition
fn ramp(&mut self) -> *mut SDL_HapticRamp
fn left_right(&mut self) -> *mut SDL_HapticLeftRight
fn custom(&mut self) -> *mut SDL_HapticCustom
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)