#[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: UInteger
§hour: UInteger
§minute: UInteger
§second: UInteger
§fraction: UInteger
Trait Implementations§
source§impl PartialEq for DaySecond
impl PartialEq for DaySecond
impl Copy for DaySecond
impl Eq for DaySecond
impl StructuralEq for DaySecond
impl StructuralPartialEq for DaySecond
Auto Trait Implementations§
impl RefUnwindSafe for DaySecond
impl Send for DaySecond
impl Sync for DaySecond
impl Unpin for DaySecond
impl UnwindSafe for DaySecond
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more