Struct odbc_sys::SQL_INTERVAL_STRUCT[][src]

#[repr(C)]
pub struct SQL_INTERVAL_STRUCT { pub interval_type: SQLINTERVAL, pub interval_sign: SQLSMALLINT, pub interval_value: SQL_INTERVAL_UNION, }

Fields

Trait Implementations

impl Clone for SQL_INTERVAL_STRUCT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SQL_INTERVAL_STRUCT
[src]

Auto Trait Implementations