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