pub trait Image2DTraitConst {
    fn as_raw_Image2D(&self) -> *const c_void;

    fn ptr(&self) -> Result<*mut c_void> { ... }
}

Required Methods

Provided Methods

Implementors