[][src]Struct odbc_sys::SsTimestampOffset

#[repr(C)]pub struct SsTimestampOffset {
    pub year: SmallInt,
    pub month: USmallInt,
    pub day: USmallInt,
    pub hour: USmallInt,
    pub minute: USmallInt,
    pub second: USmallInt,
    pub fraction: UInteger,
    pub timezone_hour: SmallInt,
    pub timezone_minute: SmallInt,
}

SQL_SS_TIMESTAMPOFFSET_STRUCT

Fields

year: SmallIntmonth: USmallIntday: USmallInthour: USmallIntminute: USmallIntsecond: USmallIntfraction: UIntegertimezone_hour: SmallInttimezone_minute: SmallInt

Trait Implementations

impl Clone for SsTimestampOffset[src]

impl Copy for SsTimestampOffset[src]

impl Debug for SsTimestampOffset[src]

impl Default for SsTimestampOffset[src]

impl Eq for SsTimestampOffset[src]

impl Hash for SsTimestampOffset[src]

impl PartialEq<SsTimestampOffset> for SsTimestampOffset[src]

impl StructuralEq for SsTimestampOffset[src]

impl StructuralPartialEq for SsTimestampOffset[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.