Struct josephine::root::JSPinnedRoot [] [src]

pub struct JSPinnedRoot<'a, T: 'a>(_);

A stack allocated root that has been pinned, so the backing store can't move.

Trait Implementations

impl<'a, T> Deref for JSPinnedRoot<'a, T>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<'a, T> DerefMut for JSPinnedRoot<'a, T>
[src]

[src]

Mutably dereferences the value.