Struct duktape_sys::duk_time_components [] [src]

pub struct duk_time_components {
    pub year: duk_uint_t,
    pub month: duk_uint_t,
    pub day: duk_uint_t,
    pub hour: duk_uint_t,
    pub minute: duk_uint_t,
    pub second: duk_uint_t,
    pub weekday: duk_uint_t,
    pub millisecond: duk_double_t,
}

Fields

year
month
day
hour
minute
second
weekday
millisecond

Trait Implementations

impl Default for duk_time_components
[src]

fn default() -> Self

Returns the "default value" for a type. Read more

Derived Implementations

impl Clone for duk_time_components
[src]

fn clone(&self) -> duk_time_components

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for duk_time_components
[src]

impl Debug for duk_time_components
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.