Home
last modified time | relevance | path

Searched defs:RamBlockIo (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/libstorage/src/
H A Dram_block.rs24 pub struct RamBlockIo<T> { struct
39 impl<T: DerefMut<Target = [u8]>> RamBlockIo<T> { argument
74 unsafe impl<T: DerefMut<Target = [u8]>> BlockIo for RamBlockIo<T> { implementation