Struct odbc_sys::Timestamp [−][src]
#[repr(C)]pub struct Timestamp { pub year: SmallInt, pub month: USmallInt, pub day: USmallInt, pub hour: USmallInt, pub minute: USmallInt, pub second: USmallInt, pub fraction: UInteger, }
Expand description
SQL_TIMESTAMP_STRUCT
Fields
year: SmallIntmonth: USmallIntday: USmallInthour: USmallIntminute: USmallIntsecond: USmallIntfraction: UIntegerTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Timestampimpl UnwindSafe for TimestampBlanket Implementations
Mutably borrows from an owned value. Read more