Enum jni::signature::Primitive [] [src]

pub enum Primitive {
    Boolean,
    Byte,
    Char,
    Double,
    Float,
    Int,
    Long,
    Short,
    Void,
}

A primitive java type. These are the things that can be represented without an object.

Variants

Trait Implementations

impl Eq for Primitive
[src]

impl PartialEq for Primitive
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Debug for Primitive
[src]

[src]

Formats the value using the given formatter.

impl Display for Primitive
[src]

[src]

Formats the value using the given formatter. Read more