Skip to main content

IDebugCommandline_OptProperty_SetterMethods

Trait IDebugCommandline_OptProperty_SetterMethods 

Source
pub trait IDebugCommandline_OptProperty_SetterMethods: IDebugCommandline_OptProperty_Setter {
    // Provided methods
    fn set(
        self,
        obj: impl Into<Object>,
        property_info: impl Into<PropertyInfo>,
        value: impl Into<Il2CppString>,
    ) -> bool { ... }
    fn get_is_need_value(self) -> bool { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn set( self, obj: impl Into<Object>, property_info: impl Into<PropertyInfo>, value: impl Into<Il2CppString>, ) -> bool

Set(crate::system::object::Object, crate::system::reflection::propertyinfo::PropertyInfo, ::unity::Il2CppString) overload

Source

fn get_is_need_value(self) -> bool

get_IsNeedValue() 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: IDebugCommandline_OptProperty_Setter> IDebugCommandline_OptProperty_SetterMethods for __T

Available on crate feature app-debugcommandline only.