Skip to main content

Scratch

Type Alias Scratch 

Source
pub type Scratch = ScratchPool<8, 2048>;
Expand description

Default scratch pool: 8 buffers of 2048 frames each (64KB).

Aliased Typeยง

pub struct Scratch { /* private fields */ }