Skip to main content

IMoonSharpUserDataAttributeMethods

Trait IMoonSharpUserDataAttributeMethods 

Source
pub trait IMoonSharpUserDataAttributeMethods: IMoonSharpUserDataAttribute {
    // Provided methods
    fn get_access_mode(self) -> InteropAccessMode { ... }
    fn set_access_mode(self, value: impl Into<InteropAccessMode>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_access_mode(self) -> InteropAccessMode

get_AccessMode() overload

Source

fn set_access_mode(self, value: impl Into<InteropAccessMode>)

set_AccessMode(crate::moon_sharp::interpreter::interopaccessmode::InteropAccessMode) 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: IMoonSharpUserDataAttribute> IMoonSharpUserDataAttributeMethods for __T

Available on crate feature moon_sharp-interpreter-moonsharpuserdataattribute only.