[][src]Trait atom::IntoRawPtr

pub trait IntoRawPtr {
    unsafe fn into_raw(self) -> *mut ();
}

Convert from into a raw pointer

Required methods

unsafe fn into_raw(self) -> *mut ()

Loading content...

Implementations on Foreign Types

impl<T> IntoRawPtr for Box<T>[src]

impl<T> IntoRawPtr for Arc<T>[src]

Loading content...

Implementors

Loading content...