Struct numpy::npyffi::types::npy_datetimestruct [] [src]

#[repr(C)]
pub struct npy_datetimestruct { pub year: npy_int64, pub month: npy_int32, pub day: npy_int32, pub hour: npy_int32, pub min: npy_int32, pub sec: npy_int32, pub us: npy_int32, pub ps: npy_int32, pub as_: npy_int32, }

Fields

Trait Implementations

impl Debug for npy_datetimestruct
[src]

Formats the value using the given formatter.

impl Clone for npy_datetimestruct
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for npy_datetimestruct
[src]