Enum classreader::ArrayType [] [src]

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

Variants

Trait Implementations

impl Debug for ArrayType
[src]

Formats the value using the given formatter.