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_: uint16_t length: uint32_t large_magnitude: uint16_t small_magnitude: uint16_t

Trait Implementations

impl Clone for SDL_HapticLeftRight
[src]

fn clone(&self) -> SDL_HapticLeftRight

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

impl Copy for SDL_HapticLeftRight
[src]