Struct rucaja::JvmBooleanArray [] [src]

pub struct JvmBooleanArray<'a> { /* fields omitted */ }

The Rust wrapper for the corresponding JVM class.

Methods

impl<'a> JvmBooleanArray<'a>
[src]

[src]

Returns the pointer of the JVM object.

[src]

Instantiates the JVM wrapper struct.

impl<'a> JvmBooleanArray<'a>
[src]

[src]

Returns the array length.

Trait Implementations

impl<'a> Drop for JvmBooleanArray<'a>
[src]

[src]

Executes the destructor for this type. Read more