Enum titanium_common::Percentage [] [src]

pub enum Percentage {
    All,
    Percent(i64),
}

Either all the page is shown (hence, no percentage) or a value between 0 and 100.

Variants

No percentage, since all the page is shown.

A scroll percentage between 0 and 100.

Trait Implementations

impl Clone for Percentage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Percentage
[src]

impl Debug for Percentage
[src]

Formats the value using the given formatter.