Enum melon::IntegerType [] [src]

pub enum IntegerType {
    U8,
    U16,
    I8,
    I16,
}

Variants

Trait Implementations

impl Clone for IntegerType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for IntegerType
[src]

[src]

Formats the value using the given formatter. Read more

impl Rand for IntegerType
[src]

[src]

Generates a random instance of this type using the specified source of randomness. Read more

Auto Trait Implementations

impl Send for IntegerType

impl Sync for IntegerType