Type Alias BlockBuffer

Source
pub type BlockBuffer = [u8; 2048];
Expand description

A u8 array big enough to hold an entire filesystem block.

Trait Implementations§

Source§

impl BlockBufferCtor for BlockBuffer

Source§

fn new() -> Self

Creae a new, zero initialized buffer large enough to hold a filesystem block.