Trait serial_int::Serial [−][src]
A trait that defines how a type is used by SerialGenerator.
Associated Constants
Loading content...Required methods
fn next_increment(&self) -> Self
[src]
Return the next sequential value. Return an equal value if it is at its maximum.
fn prev_increment(&self) -> Self
[src]
Return the previous sequential value. Return an equal value if it is at its minimum.
fn is_max_value(&self) -> bool
[src]
Return a boolean representing whether the value is equal to its maximum.