Skip to main content

SqlTimestamp

Type Alias SqlTimestamp 

Source
pub type SqlTimestamp = SQL_TIMESTAMP_STRUCT;

Aliased Type§

#[repr(C)]
pub struct SqlTimestamp { 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

Trait Implementations§