decnumber_sys

Type Alias decQuad

Source
pub type decQuad = decimal128;

Aliased Type§

struct decQuad {
    pub bytes: [u8; 16],
}

Fields§

§bytes: [u8; 16]

Trait Implementations

Source§

impl Clone for decimal128

Source§

fn clone(&self) -> decimal128

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for decimal128

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for decimal128