Struct sfnt::Timestamp[][src]

pub struct Timestamp(pub i64);

A number of seconds that have elapsed since 1904-01-01T00:00:00Z.

Trait Implementations

impl Copy for Timestamp
[src]

impl Clone for Timestamp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Timestamp
[src]

Formats the value using the given formatter. Read more

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

impl<'a> Extract<'a, ()> for Timestamp
[src]

Extracts a value of this type from the supplied stream of bytes. Read more

Auto Trait Implementations

impl Send for Timestamp

impl Sync for Timestamp