Struct sdl2_sys::haptic::SDL_HapticLeftRight
[−]
[src]
#[repr(C)]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 Copy for SDL_HapticLeftRight[src]
impl Clone for SDL_HapticLeftRight[src]
fn clone(&self) -> SDL_HapticLeftRight[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more