Skip to main content

IGameUserData_StatusFieldMethods

Trait IGameUserData_StatusFieldMethods 

Source
pub trait IGameUserData_StatusFieldMethods: IGameUserData_StatusField {
    // Provided methods
    fn to_int(self, value: impl Into<GameUserData_Statuses>) -> i32 { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn to_int(self, value: impl Into<GameUserData_Statuses>) -> i32

ToInt(crate::app::gameuserdata::GameUserData_Statuses) 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: IGameUserData_StatusField> IGameUserData_StatusFieldMethods for __T

Available on crate feature app-gameuserdata only.