Struct shmem::Map [] [src]

pub struct Map<T: Safe> { /* fields omitted */ }

A mapping from an owned shared object to a type.

Methods

impl<T: Safe> Owned<T>
[src]

Create a new type mapping.

Trait Implementations

impl<T: Safe> Deref for Owned<T>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<T: Safe> DerefMut for Owned<T>
[src]

The method called to mutably dereference a value

impl<T: Safe> Drop for Owned<T>
[src]

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