Skip to main content

IBattleDetail_SimpleCriticalParamMethods

Trait IBattleDetail_SimpleCriticalParamMethods 

Source
pub trait IBattleDetail_SimpleCriticalParamMethods: IBattleDetail_SimpleCriticalParam {
    // Provided methods
    fn ctor(self) { ... }
    fn get_kind(self) -> BattleParam_Kinds { ... }
    fn calculate(self, side: impl Into<BattleInfoSide>) -> f32 { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn get_kind(self) -> BattleParam_Kinds

get_Kind() overload

Source

fn calculate(self, side: impl Into<BattleInfoSide>) -> f32

Calculate(crate::app::battleinfoside::BattleInfoSide) 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§

Source§

impl<__T: IBattleDetail_SimpleCriticalParam> IBattleDetail_SimpleCriticalParamMethods for __T

Available on crate feature app-battledetail only.