Enum config_struct::IntSize[][src]

pub enum IntSize {
    I8,
    I16,
    I32,
    I64,
    ISize,
}

Represents an integer type.

Variants

Trait Implementations

impl Debug for IntSize
[src]

Formats the value using the given formatter. Read more

impl Clone for IntSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for IntSize
[src]

impl PartialEq for IntSize
[src]

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

This method tests for !=.

impl Eq for IntSize
[src]

Auto Trait Implementations

impl Send for IntSize

impl Sync for IntSize