Struct sdl2_sys::haptic::SDL_HapticLeftRight [] [src]

pub struct SDL_HapticLeftRight {
    pub type_: uint16_t,
    pub length: uint32_t,
    pub large_magnitude: uint16_t,
    pub small_magnitude: uint16_t,
}

Fields

type_
length
large_magnitude
small_magnitude

Trait Implementations

Derived Implementations

impl Clone for SDL_HapticLeftRight

fn clone(&self) -> SDL_HapticLeftRight

fn clone_from(&mut self, source: &Self)

impl Copy for SDL_HapticLeftRight