Enum granny::integer::integer16::Integer16 [] [src]

pub enum Integer16 {
    Num(u16),
    Null,
}

Variants

Trait Implementations

impl Add for Integer16
[src]

The resulting type after applying the + operator

The method for the + operator

impl Debug for Integer16
[src]

Formats the value using the given formatter.

impl Copy for Integer16
[src]

impl Clone for Integer16
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Integer16
[src]

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

This method tests for !=.

impl Integer for Integer16
[src]