Trait pilka_ash::RawPtr[][src]

pub trait RawPtr<T> {
    fn as_raw_ptr(&self) -> *const T;
}

Required methods

Implementations on Foreign Types

Implementors