#[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 Timestamp
impl UnwindSafe for Timestamp
Blanket Implementations
Mutably borrows from an owned value. Read more