Struct pyo3::ffi::PyDateTime_Delta  [−][src]
#[repr(C)]pub struct PyDateTime_Delta {
    pub ob_base: PyObject,
    pub hashcode: Py_hash_t,
    pub days: c_int,
    pub seconds: c_int,
    pub microseconds: c_int,
}Expand description
Structure representing a datetime.timedelta.
Fields
ob_base: PyObjecthashcode: Py_hash_tdays: c_intseconds: c_intmicroseconds: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PyDateTime_Delta
impl !Send for PyDateTime_Delta
impl !Sync for PyDateTime_Delta
impl Unpin for PyDateTime_Delta
impl UnwindSafe for PyDateTime_Delta
Blanket Implementations
Mutably borrows from an owned value. Read more
