Type Alias cdfs::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.