pub trait GOpaqueDescTraitConst {
// Required method
fn as_raw_GOpaqueDesc(&self) -> *const c_void;
// Provided method
fn equals(&self, unnamed: &impl GOpaqueDescTraitConst) -> Result<bool> { ... }
}
Expand description
Constant methods for crate::gapi::GOpaqueDesc
Required Methods§
fn as_raw_GOpaqueDesc(&self) -> *const c_void
Provided Methods§
fn equals(&self, unnamed: &impl GOpaqueDescTraitConst) -> 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.