Struct capsules::nonvolatile_storage_driver::App [] [src]

pub struct App {
    callback_read: Option<Callback>,
    callback_write: Option<Callback>,
    pending_command: bool,
    command: NonvolatileCommand,
    offset: usize,
    length: usize,
    buffer_read: Option<AppSlice<Shared, u8>>,
    buffer_write: Option<AppSlice<Shared, u8>>,
}

Fields

Trait Implementations

impl Default for App
[src]

[src]

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