pub trait IntoPointer {
    // Required method
    fn into_pointer(&self) -> *const ();
}Required Methods§
Sourcefn into_pointer(&self) -> *const ()
 
fn into_pointer(&self) -> *const ()
Returns a pointer which outlives self.
pub trait IntoPointer {
    // Required method
    fn into_pointer(&self) -> *const ();
}Returns a pointer which outlives self.