Skip to main content

IMoonSharpVisibleAttributeMethods

Trait IMoonSharpVisibleAttributeMethods 

Source
pub trait IMoonSharpVisibleAttributeMethods: IMoonSharpVisibleAttribute {
    // Provided methods
    fn get_visible(self) -> bool { ... }
    fn set_visible(self, value: impl Into<bool>) { ... }
    fn ctor(self, visible: impl Into<bool>) { ... }
}

Provided Methods§

Source

fn get_visible(self) -> bool

get_Visible() overload

Source

fn set_visible(self, value: impl Into<bool>)

set_Visible(bool) overload

Source

fn ctor(self, visible: impl Into<bool>)

.ctor(bool) 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: IMoonSharpVisibleAttribute> IMoonSharpVisibleAttributeMethods for __T

Available on crate feature moon_sharp-interpreter-interop-moonsharpvisibleattribute only.