#[repr(C)]pub struct duk_time_components {
pub year: duk_double_t,
pub month: duk_double_t,
pub day: duk_double_t,
pub hours: duk_double_t,
pub minutes: duk_double_t,
pub seconds: duk_double_t,
pub milliseconds: duk_double_t,
pub weekday: duk_double_t,
}Fields§
§year: duk_double_t§month: duk_double_t§day: duk_double_t§hours: duk_double_t§minutes: duk_double_t§seconds: duk_double_t§milliseconds: duk_double_t§weekday: duk_double_tTrait Implementations§
Source§impl Clone for duk_time_components
impl Clone for duk_time_components
Source§fn clone(&self) -> duk_time_components
fn clone(&self) -> duk_time_components
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 duk_time_components
impl Debug for duk_time_components
impl Copy for duk_time_components
Auto Trait Implementations§
impl Freeze for duk_time_components
impl RefUnwindSafe for duk_time_components
impl Send for duk_time_components
impl Sync for duk_time_components
impl Unpin for duk_time_components
impl UnwindSafe for duk_time_components
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