Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/
Dmem.rs164 pub struct VecIoWrapper { struct
168 impl From<Vec<u8>> for VecIoWrapper { implementation
180 impl VecIoWrapper { impl
209 unsafe impl BackingMemory for VecIoWrapper { implementation