Struct odbc_sys::IntervalStruct [−][src]
#[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_intinterval_sign: SmallIntinterval_value: IntervalUnionTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IntervalStructimpl Send for IntervalStructimpl Sync for IntervalStructimpl Unpin for IntervalStructimpl UnwindSafe for IntervalStructBlanket Implementations
Mutably borrows from an owned value. Read more