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

Provided Methods§

Source

fn equals(&self, unnamed: &impl GArrayDescTraitConst) -> 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§