#[repr(C)]pub struct cc_datetime {
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 __milli: c_int,
}Fields§
§year: c_int§month: c_int§day: c_int§hour: c_int§minute: c_int§second: c_int§__milli: c_intTrait Implementations§
Source§impl Clone for cc_datetime
impl Clone for cc_datetime
Source§fn clone(&self) -> cc_datetime
fn clone(&self) -> cc_datetime
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 cc_datetime
impl Debug for cc_datetime
Source§impl Hash for cc_datetime
impl Hash for cc_datetime
Source§impl PartialEq for cc_datetime
impl PartialEq for cc_datetime
impl Copy for cc_datetime
impl Eq for cc_datetime
impl StructuralPartialEq for cc_datetime
Auto Trait Implementations§
impl Freeze for cc_datetime
impl RefUnwindSafe for cc_datetime
impl Send for cc_datetime
impl Sync for cc_datetime
impl Unpin for cc_datetime
impl UnsafeUnpin for cc_datetime
impl UnwindSafe for cc_datetime
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