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