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
year: npy_int64
month: npy_int32
day: npy_int32
hour: npy_int32
min: npy_int32
sec: npy_int32
us: npy_int32
ps: npy_int32
as_: npy_int32
Trait Implementations
impl Debug for npy_datetimestruct
[src]
impl Clone for npy_datetimestruct
[src]
fn clone(&self) -> npy_datetimestruct
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