Struct odbc_sys::IntervalStruct
source · #[repr(C)]pub struct IntervalStruct {
pub interval_type: c_int,
pub interval_sign: SmallInt,
pub interval_value: IntervalUnion,
}
Expand description
SQL_INTERVAL_STRUCT
Fields§
§interval_type: c_int
§interval_sign: SmallInt
§interval_value: IntervalUnion
Trait Implementations§
source§impl Clone for IntervalStruct
impl Clone for IntervalStruct
source§fn clone(&self) -> IntervalStruct
fn clone(&self) -> IntervalStruct
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more