Skip to main content

IDefaultMemberAttributeMethods

Trait IDefaultMemberAttributeMethods 

Source
pub trait IDefaultMemberAttributeMethods: IDefaultMemberAttribute {
    // Provided methods
    fn ctor(self, member_name: impl Into<Il2CppString>) { ... }
    fn get_member_name(self) -> Il2CppString { ... }
}

Provided Methods§

Source

fn ctor(self, member_name: impl Into<Il2CppString>)

.ctor(::unity::Il2CppString) overload

Source

fn get_member_name(self) -> Il2CppString

get_MemberName() 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: IDefaultMemberAttribute> IDefaultMemberAttributeMethods for __T

Available on crate feature system-reflection-defaultmemberattribute only.