#[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§
Source§impl Clone for npy_datetimestruct
impl Clone for npy_datetimestruct
Source§fn clone(&self) -> npy_datetimestruct
fn clone(&self) -> npy_datetimestruct
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for npy_datetimestruct
impl Debug for npy_datetimestruct
impl Copy for npy_datetimestruct
Auto Trait Implementations§
impl Freeze for npy_datetimestruct
impl RefUnwindSafe for npy_datetimestruct
impl Send for npy_datetimestruct
impl Sync for npy_datetimestruct
impl Unpin for npy_datetimestruct
impl UnwindSafe for npy_datetimestruct
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more