Skip to main content

VMapRef

Type Alias VMapRef 

Source
pub type VMapRef<'a, D, const SIZE: usize = 0> = VMap<D, &'a Object<D>, SIZE>;
Expand description

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

Aliased Type§

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