Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libstorage/src/
Dlib.rs482 pub struct BlockDevice<'a, 'b> { struct
488 impl<'a, 'b> BlockDevice<'a, 'b> { argument
494 impl AsBlockDevice for BlockDevice<'_, '_> { implementation
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dvars.rs125 pub(crate) struct BlockDevice {} struct
130 impl Variable for BlockDevice { implementation