Skip to main content

VMapOwned

Type Alias VMapOwned 

Source
pub type VMapOwned<D, const SIZE: usize = 0> = VMap<D, ARef<Object<D>>, SIZE>;
Expand description

An alias type for an owned reference to a shmem-based GEM object’s VMap.

Aliased Type§

pub struct VMapOwned<D, const SIZE: usize = 0> { /* private fields */ }