Trait ash::RawPtr [] [src]

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

Required Methods

Implementors