Struct tomcrypt_sys::ltc_utctime [] [src]

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

Fields

Trait Implementations

impl Debug for ltc_utctime
[src]

[src]

Formats the value using the given formatter.

impl Copy for ltc_utctime
[src]

impl Clone for ltc_utctime
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more