Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/
Dmem.rs61 pub(crate) struct VecIoWrapper { struct
65 impl From<Vec<u8>> for VecIoWrapper { argument
71 impl Into<Vec<u8>> for VecIoWrapper { implementation
77 impl VecIoWrapper { impl
100 unsafe impl BackingMemory for VecIoWrapper { implementation