Struct odbc_sys::DaySecond [−][src]
#[repr(C)]pub struct DaySecond { pub day: UInteger, pub hour: UInteger, pub minute: UInteger, pub second: UInteger, pub fraction: UInteger, }
SQL_DAY_SECOND_STRUCT
Fields
day: UIntegerhour: UIntegerminute: UIntegersecond: UIntegerfraction: UIntegerTrait Implementations
impl StructuralEq for DaySecond[src]
impl StructuralEq for DaySecond[src]impl StructuralPartialEq for DaySecond[src]
impl StructuralPartialEq for DaySecond[src]Auto Trait Implementations
impl RefUnwindSafe for DaySecond
impl RefUnwindSafe for DaySecondimpl UnwindSafe for DaySecond
impl UnwindSafe for DaySecond