Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/
Datomic.rs28 pub struct GuestMemoryAtomic<M: GuestMemory> { struct
37 impl<M: GuestMemory> From<Arc<M>> for GuestMemoryAtomic<M> { implementation
48 impl<M: GuestMemory> GuestMemoryAtomic<M> { impl
78 impl<M: GuestMemory> GuestAddressSpace for GuestMemoryAtomic<M> { implementation