Skip to main content

IGlobalJavaObjectRef

Trait IGlobalJavaObjectRef 

Source
pub trait IGlobalJavaObjectRef: IObject {
    // Provided methods
    fn m_disposed(self) -> bool { ... }
    fn set_m_disposed(self, value: bool) { ... }
    fn m_jobject(self) -> IntPtr { ... }
    fn set_m_jobject(self, value: IntPtr) { ... }
}

Provided Methods§

Source

fn m_disposed(self) -> bool

Source

fn set_m_disposed(self, value: bool)

Source

fn m_jobject(self) -> IntPtr

Source

fn set_m_jobject(self, value: IntPtr)

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§