Trait sawp_ffi::IntoFFIPtr[][src]

pub trait IntoFFIPtr<T> {
    fn into_ffi_ptr(self) -> *mut T;
}

Required methods

Implementations on Foreign Types

Implementors