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, }
Expand description
SQL_DAY_SECOND_STRUCT
Fields
day: UIntegerhour: UIntegerminute: UIntegersecond: UIntegerfraction: UIntegerTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DaySecondimpl UnwindSafe for DaySecondBlanket Implementations
Mutably borrows from an owned value. Read more