#[repr(C)]pub struct duckdb_interval {
pub months: i32,
pub days: i32,
pub micros: i64,
}
Fields§
§months: i32
§days: i32
§micros: i64
Trait Implementations§
Source§impl Clone for duckdb_interval
impl Clone for duckdb_interval
Source§fn clone(&self) -> duckdb_interval
fn clone(&self) -> duckdb_interval
Returns a copy 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_interval
impl Debug for duckdb_interval
impl Copy for duckdb_interval
Auto Trait Implementations§
impl Freeze for duckdb_interval
impl RefUnwindSafe for duckdb_interval
impl Send for duckdb_interval
impl Sync for duckdb_interval
impl Unpin for duckdb_interval
impl UnwindSafe for duckdb_interval
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