Skip to main content

IChallengeMapSelectRoot_ItemDropNumMethods

Trait IChallengeMapSelectRoot_ItemDropNumMethods 

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

Source

fn get_min(self) -> i32

get_Min() overload

Source

fn set_min(self, value: impl Into<i32>)

set_Min(i32) overload

Source

fn get_max(self) -> i32

get_Max() overload

Source

fn set_max(self, value: impl Into<i32>)

set_Max(i32) overload

Source

fn ctor(self)

.ctor() 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: IChallengeMapSelectRoot_ItemDropNum> IChallengeMapSelectRoot_ItemDropNumMethods for __T

Available on crate feature app-challengemapselectroot only.