pub trait GScalarDescTraitConst {
// Required method
fn as_raw_GScalarDesc(&self) -> *const c_void;
// Provided methods
fn equals(&self, unnamed: &impl GScalarDescTraitConst) -> Result<bool> { ... }
fn not_equals(&self, rhs: &impl GScalarDescTraitConst) -> Result<bool> { ... }
}
Expand description
Constant methods for crate::gapi::GScalarDesc
Required Methods§
fn as_raw_GScalarDesc(&self) -> *const c_void
Provided Methods§
fn equals(&self, unnamed: &impl GScalarDescTraitConst) -> Result<bool>
fn not_equals(&self, rhs: &impl GScalarDescTraitConst) -> Result<bool>
Object Safety§
This trait is not object safe.