pub trait IDamageInfo_InfoComparerMethods: IDamageInfo_InfoComparer {
// Provided methods
fn compare(
self,
a: impl Into<DamageInfo_Info>,
b: impl Into<DamageInfo_Info>,
) -> i32 { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn compare(
self,
a: impl Into<DamageInfo_Info>,
b: impl Into<DamageInfo_Info>,
) -> i32
fn compare( self, a: impl Into<DamageInfo_Info>, b: impl Into<DamageInfo_Info>, ) -> i32
Compare(crate::app::damageinfo::DamageInfo_Info, crate::app::damageinfo::DamageInfo_Info) overload
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§
impl<__T: IDamageInfo_InfoComparer> IDamageInfo_InfoComparerMethods for __T
Available on crate feature
app-damageinfo only.