Skip to main content

IRtFieldInfoMethods

Trait IRtFieldInfoMethods 

Source
pub trait IRtFieldInfoMethods: IRtFieldInfo {
    // Provided methods
    fn unsafe_get_value(self, obj: impl Into<Object>) -> Object { ... }
    fn check_consistency(self, target: impl Into<Object>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn unsafe_get_value(self, obj: impl Into<Object>) -> Object

UnsafeGetValue(crate::system::object::Object) overload

Source

fn check_consistency(self, target: impl Into<Object>)

CheckConsistency(crate::system::object::Object) 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: IRtFieldInfo> IRtFieldInfoMethods for __T

Available on crate feature system-reflection-rtfieldinfo only.