[][src]Union odbc::ffi::SQL_INTERVAL_UNION

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

Fields

year_month: SQL_YEAR_MONTH_STRUCTday_second: SQL_DAY_SECOND_STRUCT

Trait Implementations

impl Clone for SQL_INTERVAL_UNION[src]

impl Copy for SQL_INTERVAL_UNION[src]

Auto Trait Implementations

impl Send for SQL_INTERVAL_UNION

impl Sync for SQL_INTERVAL_UNION

impl Unpin for SQL_INTERVAL_UNION

impl UnwindSafe for SQL_INTERVAL_UNION

impl RefUnwindSafe for SQL_INTERVAL_UNION

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]