Skip to main content

IntoPointer

Trait IntoPointer 

Source
pub trait IntoPointer {
    // Required method
    fn into_pointer(&self) -> *const ();
}

Required Methods§

Source

fn into_pointer(&self) -> *const ()

Returns a pointer which outlives self.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§