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
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>>