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 | |
hour | |
minute | |
second | |
fraction |
Trait Implementations
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