Enum classfile_parser::attribute_info::VerificationTypeInfo[][src]

#[repr(u8)]
pub enum VerificationTypeInfo { Top, Integer, Float, Double, Long, Null, UninitializedThis, Object, Uninitialized, }

Variants

Trait Implementations

impl Clone for VerificationTypeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VerificationTypeInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations