Trait rcore_fs::dev::BlockDevice [−][src]
Device which can only R/W in blocks
Device which can only R/W in blocks
const BLOCK_SIZE_LOG2: u8
[src]fn read_at(&self, block_id: BlockId, buf: &mut [u8]) -> Result<()>
[src]fn write_at(&self, block_id: BlockId, buf: &[u8]) -> Result<()>
[src]fn sync(&self) -> Result<()>
[src]impl<T: BlockDevice> BlockDevice for BlockCache<T>
[src]