#[repr(C)]pub struct duckdb_decimal {
pub width: u8,
pub scale: u8,
pub value: duckdb_hugeint,
}
Fields§
§width: u8
§scale: u8
§value: duckdb_hugeint
Trait Implementations§
source§impl Clone for duckdb_decimal
impl Clone for duckdb_decimal
source§fn clone(&self) -> duckdb_decimal
fn clone(&self) -> duckdb_decimal
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 more