Struct pyo3::ffi::PyDateTime_DateTime [−][src]
#[repr(C)]pub struct PyDateTime_DateTime { pub ob_base: PyObject, pub hashcode: Py_hash_t, pub hastzinfo: c_char, pub data: [c_uchar; 10], pub fold: c_uchar, pub tzinfo: *mut PyObject, }
Expand description
Structure representing a datetime.datetime
Fields
ob_base: PyObjecthashcode: Py_hash_thastzinfo: c_chardata: [c_uchar; 10]fold: c_uchartzinfo: *mut PyObjectTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PyDateTime_DateTime
impl !Send for PyDateTime_DateTime
impl !Sync for PyDateTime_DateTime
impl Unpin for PyDateTime_DateTime
impl UnwindSafe for PyDateTime_DateTime
Blanket Implementations
Mutably borrows from an owned value. Read more