#[repr(C)]pub struct duckdb_timestamp_ms {
pub millis: i64,
}
Expand description
! TIMESTAMP_MS values are stored as milliseconds since 1970-01-01.
Fields§
§millis: i64
Trait Implementations§
Source§impl Clone for duckdb_timestamp_ms
impl Clone for duckdb_timestamp_ms
Source§fn clone(&self) -> duckdb_timestamp_ms
fn clone(&self) -> duckdb_timestamp_ms
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for duckdb_timestamp_ms
impl Debug for duckdb_timestamp_ms
impl Copy for duckdb_timestamp_ms
Auto Trait Implementations§
impl Freeze for duckdb_timestamp_ms
impl RefUnwindSafe for duckdb_timestamp_ms
impl Send for duckdb_timestamp_ms
impl Sync for duckdb_timestamp_ms
impl Unpin for duckdb_timestamp_ms
impl UnwindSafe for duckdb_timestamp_ms
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