[][src]Trait atom::IntoRawPtr

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

Convert from into a raw pointer

Required methods

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]

impl<'a, T> IntoRawPtr for &'a T[src]

Loading content...

Implementors

Loading content...