Home
last modified time | relevance | path

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

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