Skip to main content

IGameUserGlobalData_FlagsFieldMethods

Trait IGameUserGlobalData_FlagsFieldMethods 

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

Provided Methods§

Source

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

ToInt(crate::app::gameuserglobaldata::GameUserGlobalData_Flags) 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: IGameUserGlobalData_FlagsField> IGameUserGlobalData_FlagsFieldMethods for __T

Available on crate feature app-gameuserglobaldata only.