Skip to main content

IMonoField

Trait IMonoField 

Source
pub trait IMonoField: IRtFieldInfo {
    // Provided methods
    fn klass(self) -> IntPtr { ... }
    fn set_klass(self, value: IntPtr) { ... }
    fn name(self) -> Il2CppString { ... }
    fn set_name(self, value: Il2CppString) { ... }
    fn type(self) -> SystemType { ... }
    fn set_type(self, value: SystemType) { ... }
    fn attrs(self) -> FieldAttributes { ... }
    fn set_attrs(self, value: FieldAttributes) { ... }
}

Provided Methods§

Source

fn klass(self) -> IntPtr

Source

fn set_klass(self, value: IntPtr)

Source

fn name(self) -> Il2CppString

Source

fn set_name(self, value: Il2CppString)

Source

fn type(self) -> SystemType

Source

fn set_type(self, value: SystemType)

Source

fn attrs(self) -> FieldAttributes

Source

fn set_attrs(self, value: FieldAttributes)

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§