Struct winapi::sqltypes::TIMESTAMP_STRUCT [] [src]

pub struct TIMESTAMP_STRUCT {
    pub year: SQLSMALLINT,
    pub month: SQLUSMALLINT,
    pub day: SQLUSMALLINT,
    pub hour: SQLUSMALLINT,
    pub minute: SQLUSMALLINT,
    pub second: SQLUSMALLINT,
    pub fraction: SQLUINTEGER,
}

Fields

year
month
day
hour
minute
second
fraction

Trait Implementations

impl Copy for TIMESTAMP_STRUCT
[src]

impl Clone for TIMESTAMP_STRUCT
[src]

fn clone(&self) -> TIMESTAMP_STRUCT

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

Derived Implementations

impl Debug for TIMESTAMP_STRUCT
[src]

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

Formats the value using the given formatter.