#[repr(C)]pub struct npy_timedeltastruct {
pub day: npy_int64,
pub sec: npy_int32,
pub us: npy_int32,
pub ps: npy_int32,
pub as_: npy_int32,
}
Fields§
§day: npy_int64
§sec: npy_int32
§us: npy_int32
§ps: npy_int32
§as_: npy_int32
Trait Implementations§
Source§impl Clone for npy_timedeltastruct
impl Clone for npy_timedeltastruct
Source§fn clone(&self) -> npy_timedeltastruct
fn clone(&self) -> npy_timedeltastruct
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_timedeltastruct
impl Debug for npy_timedeltastruct
impl Copy for npy_timedeltastruct
Auto Trait Implementations§
impl Freeze for npy_timedeltastruct
impl RefUnwindSafe for npy_timedeltastruct
impl Send for npy_timedeltastruct
impl Sync for npy_timedeltastruct
impl Unpin for npy_timedeltastruct
impl UnwindSafe for npy_timedeltastruct
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