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, }
SQL_TIMESTAMP_STRUCT
Fields
year: SmallIntmonth: USmallIntday: USmallInthour: USmallIntminute: USmallIntsecond: USmallIntfraction: UIntegerTrait Implementations
impl StructuralEq for Timestamp[src]
impl StructuralEq for Timestamp[src]impl StructuralPartialEq for Timestamp[src]
impl StructuralPartialEq for Timestamp[src]Auto Trait Implementations
impl RefUnwindSafe for Timestamp
impl RefUnwindSafe for Timestampimpl UnwindSafe for Timestamp
impl UnwindSafe for Timestamp