Struct aurum_winbase::Local [] [src]

pub struct Local<T: Sized> { /* fields omitted */ }

Boxed type managed with LocalAlloc and LocalFree.

Methods

impl<T> Local<T>
[src]

Trait Implementations

impl<T> Deref for Local<T>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<T> DerefMut for Local<T>
[src]

The method called to mutably dereference a value

impl<T> Drop for Local<T>
[src]

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