Union rustc_data_structures::array_vec::ManuallyDrop [] [src]

pub union ManuallyDrop<T> {
    // some fields omitted
}
🔬 This is a nightly-only experimental API. (rustc_private)

Trait Implementations

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

Returns the "default value" for a type. Read more