Struct sdl::joy::Joystick [] [src]

pub struct Joystick {
    pub raw: *mut SDL_Joystick,
}

Fields

Methods

impl Joystick
[src]

Trait Implementations

impl PartialEq for Joystick
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Drop for Joystick
[src]

A method called when the value goes out of scope. Read more