Struct sdl2::HapticSubsystem [] [src]

pub struct HapticSubsystem {
    // some fields omitted
}

Methods

impl HapticSubsystem
[src]

fn sdl(&self) -> Sdl

Obtain an SDL context.

Trait Implementations

impl Clone for HapticSubsystem
[src]

fn clone(&self) -> HapticSubsystem

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 Debug for HapticSubsystem
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.