#[repr(C)]pub struct dc_datetime_t {
pub year: c_int,
pub month: c_int,
pub day: c_int,
pub hour: c_int,
pub minute: c_int,
pub second: c_int,
pub timezone: c_int,
}
Fields§
§year: c_int
§month: c_int
§day: c_int
§hour: c_int
§minute: c_int
§second: c_int
§timezone: c_int
Trait Implementations§
Source§impl Clone for dc_datetime_t
impl Clone for dc_datetime_t
Source§fn clone(&self) -> dc_datetime_t
fn clone(&self) -> dc_datetime_t
Returns a copy 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 dc_datetime_t
impl Debug for dc_datetime_t
impl Copy for dc_datetime_t
Auto Trait Implementations§
impl Freeze for dc_datetime_t
impl RefUnwindSafe for dc_datetime_t
impl Send for dc_datetime_t
impl Sync for dc_datetime_t
impl Unpin for dc_datetime_t
impl UnwindSafe for dc_datetime_t
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