Struct sdl2_sys::haptic::SDL_HapticDirection
[−]
[src]
pub struct SDL_HapticDirection {
pub type_: uint8_t,
pub dir: [int32_t; 3],
}Fields
type_: uint8_t
dir: [int32_t; 3]
Trait Implementations
impl Clone for SDL_HapticDirection[src]
fn clone(&self) -> SDL_HapticDirection
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more