Struct winapi::sqltypes::SQL_DAY_SECOND_STRUCT [] [src]

pub struct SQL_DAY_SECOND_STRUCT {
    pub day: SQLUINTEGER,
    pub hour: SQLUINTEGER,
    pub minute: SQLUINTEGER,
    pub second: SQLUINTEGER,
    pub fraction: SQLUINTEGER,
}

Fields

day: SQLUINTEGER hour: SQLUINTEGER minute: SQLUINTEGER second: SQLUINTEGER fraction: SQLUINTEGER

Trait Implementations

impl Debug for SQL_DAY_SECOND_STRUCT
[src]

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

Formats the value using the given formatter.

impl Copy for SQL_DAY_SECOND_STRUCT
[src]

impl Clone for SQL_DAY_SECOND_STRUCT
[src]

fn clone(&self) -> SQL_DAY_SECOND_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