Trait ash::RawPtr

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

Required Methods

Implementations on Foreign Types

Implementors