Struct winapi::wincrypt::CRYPT_TIMESTAMP_ACCURACY [] [src]

pub struct CRYPT_TIMESTAMP_ACCURACY {
    pub dwSeconds: DWORD,
    pub dwMillis: DWORD,
    pub dwMicros: DWORD,
}

Fields

dwSeconds: DWORD dwMillis: DWORD dwMicros: DWORD

Trait Implementations

impl Debug for CRYPT_TIMESTAMP_ACCURACY
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for CRYPT_TIMESTAMP_ACCURACY
[src]

impl Clone for CRYPT_TIMESTAMP_ACCURACY
[src]

fn clone(&self) -> CRYPT_TIMESTAMP_ACCURACY

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more