Struct shmem::MapMut [] [src]

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

A mapping from a mutable shared object to a type.

Methods

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

Create a new mapping.

Trait Implementations

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

The resulting type after dereferencing

The method called to dereference a value

impl<'a, T: Safe> DerefMut for Mutable<'a, T>
[src]

The method called to mutably dereference a value

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

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