Struct capsules::sdcard::App [] [src]

struct App {
    callback: Option<Callback>,
    write_buffer: Option<AppSlice<Shared, u8>>,
    read_buffer: Option<AppSlice<Shared, u8>>,
}

Holds buffers and whatnot that the application has passed us.

Fields

Trait Implementations

impl Default for App
[src]

[src]

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