Union odbc_sys::SQL_INTERVAL_UNION[][src]

#[repr(C)]
pub union SQL_INTERVAL_UNION { pub year_month: SQL_YEAR_MONTH_STRUCT, pub day_second: SQL_DAY_SECOND_STRUCT, }

Fields

Trait Implementations

impl Copy for SQL_INTERVAL_UNION
[src]

impl Clone for SQL_INTERVAL_UNION
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations