Home
last modified time | relevance | path

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

/external/rust/android-crates-io/extra_versions/crates/vm-memory/src/
Datomic.rs28 pub struct GuestMemoryAtomic<M: GuestMemory> { struct
37 impl<M: GuestMemory> From<Arc<M>> for GuestMemoryAtomic<M> { argument
48 impl<M: GuestMemory> GuestMemoryAtomic<M> { implementation
78 impl<M: GuestMemory> GuestAddressSpace for GuestMemoryAtomic<M> { implementation
/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> { argument
48 impl<M: GuestMemory> GuestMemoryAtomic<M> { impl
78 impl<M: GuestMemory> GuestAddressSpace for GuestMemoryAtomic<M> { implementation