Struct capsules::ninedof::App [] [src]

pub struct App {
    callback: Option<Callback>,
    pending_command: bool,
    command: NineDofCommand,
    arg1: usize,
}

Fields

Trait Implementations

impl Default for App
[src]

[src]
[]

Returns the "default value" for a type. Read more