[][src]Trait thorium::ZeroSafe

pub unsafe trait ZeroSafe: Sized {
    fn zeroed() -> Self { ... }
}

Trait for any type that's safe to use with the zeroed function.

Provided methods

fn zeroed() -> Self

Makes a new zeroed value.

Loading content...

Implementors

Loading content...