Type Alias ffi_types::CBox

source ·
pub type CBox<T> = COptionBox<T>;

Aliased Type§

struct CBox<T> {
    pub ptr: *mut T,
}

Fields§

§ptr: *mut T