pub trait IChallengeMapSelectRoot_ItemDropNumMethods: IChallengeMapSelectRoot_ItemDropNum {
// Provided methods
fn get_min(self) -> i32 { ... }
fn set_min(self, value: impl Into<i32>) { ... }
fn get_max(self) -> i32 { ... }
fn set_max(self, value: impl Into<i32>) { ... }
fn ctor(self) { ... }
}Provided Methods§
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: IChallengeMapSelectRoot_ItemDropNum> IChallengeMapSelectRoot_ItemDropNumMethods for __T
Available on crate feature
app-challengemapselectroot only.