Enum temporenc::FractionalSecond [] [src]

pub enum FractionalSecond {
    Milliseconds(u16),
    Microseconds(u32),
    Nanoseconds(u32),
    None,
}

Variants

Trait Implementations

impl Debug for FractionalSecond
[src]

Formats the value using the given formatter.

impl PartialEq for FractionalSecond
[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 FractionalSecond
[src]

impl Clone for FractionalSecond
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FractionalSecond
[src]