Struct odbc_sys::IntervalStruct [−][src]
#[repr(C)]pub struct IntervalStruct { pub interval_type: c_int, pub interval_sign: SmallInt, pub interval_value: IntervalUnion, }
SQL_INTERVAL_STRUCT
Fields
interval_type: c_intinterval_sign: SmallIntinterval_value: IntervalUnionTrait Implementations
impl Clone for IntervalStruct[src]
impl Clone for IntervalStruct[src]fn clone(&self) -> IntervalStruct[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for IntervalStruct[src]
impl Copy for IntervalStruct[src]Auto Trait Implementations
impl RefUnwindSafe for IntervalStruct
impl RefUnwindSafe for IntervalStructimpl Send for IntervalStruct
impl Send for IntervalStructimpl Sync for IntervalStruct
impl Sync for IntervalStructimpl Unpin for IntervalStruct
impl Unpin for IntervalStructimpl UnwindSafe for IntervalStruct
impl UnwindSafe for IntervalStruct