Struct shmem::MapRef [] [src]

pub struct MapRef<'a, T: Safe> { /* fields omitted */ }

A mapping from a shared object to a type.

Methods

impl<'a, T: Safe> Reference<'a, T>
[src]

Create a new mapping.

Trait Implementations

impl<'a, T: Safe> Deref for Reference<'a, T>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<'a, T: Safe> Drop for Reference<'a, T>
[src]

A method called when the value goes out of scope. Read more