Trait GScalarDescTraitConst

Source
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§

Provided Methods§

Source

fn equals(&self, unnamed: &impl GScalarDescTraitConst) -> Result<bool>

Source

fn not_equals(&self, rhs: &impl GScalarDescTraitConst) -> Result<bool>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§