#[repr(C)]pub struct duckdb_timestamp_ns {
pub nanos: i64,
}
Expand description
! TIMESTAMP_NS values are stored as nanoseconds since 1970-01-01.
Fields§
§nanos: i64
Trait Implementations§
Source§impl Clone for duckdb_timestamp_ns
impl Clone for duckdb_timestamp_ns
Source§fn clone(&self) -> duckdb_timestamp_ns
fn clone(&self) -> duckdb_timestamp_ns
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_ns
impl Debug for duckdb_timestamp_ns
impl Copy for duckdb_timestamp_ns
Auto Trait Implementations§
impl Freeze for duckdb_timestamp_ns
impl RefUnwindSafe for duckdb_timestamp_ns
impl Send for duckdb_timestamp_ns
impl Sync for duckdb_timestamp_ns
impl Unpin for duckdb_timestamp_ns
impl UnwindSafe for duckdb_timestamp_ns
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