Struct relm::ManuallyDrop [] [src]

pub struct ManuallyDrop<T> { /* fields omitted */ }

A small type to avoid running the destructor of T

Methods

impl<T> ManuallyDrop<T>
[src]

Trait Implementations

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

The resulting type after dereferencing

The method called to dereference a value

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

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