Struct tomcrypt_sys::ltc_generalizedtime [] [src]

#[repr(C)]
pub struct ltc_generalizedtime { pub YYYY: c_uint, pub MM: c_uint, pub DD: c_uint, pub hh: c_uint, pub mm: c_uint, pub ss: c_uint, pub fs: c_uint, pub off_dir: c_uint, pub off_hh: c_uint, pub off_mm: c_uint, }

Fields

Trait Implementations

impl Debug for ltc_generalizedtime
[src]

[src]

Formats the value using the given formatter.

impl Copy for ltc_generalizedtime
[src]

impl Clone for ltc_generalizedtime
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more