Struct ovr_mobile_sys::ovrJava [] [src]

#[repr(C)]
pub struct ovrJava { pub Vm: *mut JavaVM, pub Env: *mut JNIEnv, pub ActivityObject: jobject, }

Fields

Trait Implementations

impl Debug for ovrJava
[src]

[src]

Formats the value using the given formatter.

impl Copy for ovrJava
[src]

impl Clone for ovrJava
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more