Struct odbc_sys::Numeric [−][src]
#[repr(C)]pub struct Numeric { pub precision: Char, pub scale: SChar, pub sign: Char, pub val: [Char; 16], }
Fields
precision: Charscale: SCharNumber of decimal digits to the right of the decimal point.
sign: Char1 if positive, 0 if negative
val: [Char; 16]Trait Implementations
impl StructuralEq for Numeric[src]
impl StructuralEq for Numeric[src]impl StructuralPartialEq for Numeric[src]
impl StructuralPartialEq for Numeric[src]Auto Trait Implementations
impl RefUnwindSafe for Numeric
impl RefUnwindSafe for Numericimpl UnwindSafe for Numeric
impl UnwindSafe for Numeric