Trait opencv::prelude::GArrayDescTraitConst
source · pub trait GArrayDescTraitConst {
// Required method
fn as_raw_GArrayDesc(&self) -> *const c_void;
// Provided method
fn equals(&self, unnamed: &impl GArrayDescTraitConst) -> Result<bool> { ... }
}
Expand description
Constant methods for crate::gapi::GArrayDesc
Required Methods§
fn as_raw_GArrayDesc(&self) -> *const c_void
Provided Methods§
fn equals(&self, unnamed: &impl GArrayDescTraitConst) -> Result<bool>
Object Safety§
This trait is not object safe.