Struct sdl2_sys::haptic::SDL_HapticDirection
[−]
[src]
pub struct SDL_HapticDirection { pub type_: uint8_t, pub dir: [int32_t; 3], }
Fields
type_ | |
dir |
pub struct SDL_HapticDirection { pub type_: uint8_t, pub dir: [int32_t; 3], }
type_ | |
dir |
impl Clone for SDL_HapticDirection
fn clone(&self) -> SDL_HapticDirection
fn clone_from(&mut self, source: &Self)
impl Copy for SDL_HapticDirection
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
)