Struct capsules::crc::App [] [src]

pub struct App {
    callback: Option<Callback>,
    buffer: Option<AppSlice<Shared, u8>>,
    waiting: Option<CrcAlg>,
}

An opaque value maintaining state for one application's request

Fields

Trait Implementations

impl Default for App
[src]

[src]

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