Struct sgx_tservice::sgxtime::SgxTime[][src]

pub struct SgxTime { /* fields omitted */ }

timestamp contains time in seconds and source_nonce contains nonce associate with the time.

Methods

impl SgxTime
[src]

Trait Implementations

impl Copy for SgxTime
[src]

impl Clone for SgxTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SgxTime
[src]

Formats the value using the given formatter. Read more

impl Default for SgxTime
[src]

Returns the "default value" for a type. Read more

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

impl PartialOrd for SgxTime
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations

impl Send for SgxTime

impl Sync for SgxTime