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
Auto Trait Implementations
impl RefUnwindSafe for Numeric
impl UnwindSafe for Numeric
Blanket Implementations
Mutably borrows from an owned value. Read more