pub trait Image2DTraitConst {
// Required method
fn as_raw_Image2D(&self) -> *const c_void;
// Provided method
fn ptr(&self) -> Result<*mut c_void> { ... }
}
Expand description
Constant methods for core::Image2D
pub trait Image2DTraitConst {
// Required method
fn as_raw_Image2D(&self) -> *const c_void;
// Provided method
fn ptr(&self) -> Result<*mut c_void> { ... }
}
Constant methods for core::Image2D