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. Read more

Auto Trait Implementations

impl Send for ArrayType

impl Sync for ArrayType