Struct pyo3::ffi::PyDateTime_Date [−][src]
#[repr(C)]pub struct PyDateTime_Date { pub ob_base: PyObject, pub hashcode: Py_hash_t, pub hastzinfo: c_char, pub data: [c_uchar; 4], }
Structure representing a datetime.date
Fields
ob_base: PyObjecthashcode: Py_hash_thastzinfo: c_chardata: [c_uchar; 4]Trait Implementations
impl Clone for PyDateTime_Date[src]
impl Clone for PyDateTime_Date[src]fn clone(&self) -> PyDateTime_Date[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PyLayout<PyDate> for PyDateTime_Date[src]
impl PyLayout<PyDate> for PyDateTime_Date[src]