SQL_TIMESTAMP_STRUCT

Type Alias SQL_TIMESTAMP_STRUCT 

Source
pub type SQL_TIMESTAMP_STRUCT = TIMESTAMP_STRUCT;

Aliased Type§

#[repr(C)]
pub struct SQL_TIMESTAMP_STRUCT { pub year: i16, pub month: u16, pub day: u16, pub hour: u16, pub minute: u16, pub second: u16, pub fraction: u32, }

Fields§

§year: i16§month: u16§day: u16§hour: u16§minute: u16§second: u16§fraction: u32