Struct winapi::sqltypes::DATE_STRUCT
[−]
[src]
pub struct DATE_STRUCT {
pub year: SQLSMALLINT,
pub month: SQLUSMALLINT,
pub day: SQLUSMALLINT,
}Fields
year | |
month | |
day |
Trait Implementations
impl Copy for DATE_STRUCT[src]
impl Clone for DATE_STRUCT[src]
fn clone(&self) -> DATE_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