#[repr(C)]pub struct Timestamp {
pub year: SmallInt,
pub month: USmallInt,
pub day: USmallInt,
pub hour: USmallInt,
pub minute: USmallInt,
pub second: USmallInt,
pub fraction: UInteger,
}
Expand description
SQL_TIMESTAMP_STRUCT
Fields§
§year: SmallInt
§month: USmallInt
§day: USmallInt
§hour: USmallInt
§minute: USmallInt
§second: USmallInt
§fraction: UInteger
Trait Implementations§
impl Copy for Timestamp
impl Eq for Timestamp
impl StructuralPartialEq for Timestamp
Auto Trait Implementations§
impl Freeze for Timestamp
impl RefUnwindSafe for Timestamp
impl Send for Timestamp
impl Sync for Timestamp
impl Unpin for Timestamp
impl UnwindSafe for Timestamp
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