Struct winapi::sqltypes::DATE_STRUCT [] [src]

pub struct DATE_STRUCT {
    pub year: SQLSMALLINT,
    pub month: SQLUSMALLINT,
    pub day: SQLUSMALLINT,
}

Fields

year: SQLSMALLINT month: SQLUSMALLINT day: SQLUSMALLINT

Trait Implementations

impl Debug for DATE_STRUCT
[src]

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

Formats the value using the given formatter.

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