decnumber_sys

Type Alias decDouble

Source
pub type decDouble = decimal64;

Aliased Type§

struct decDouble {
    pub bytes: [u8; 8],
}

Fields§

§bytes: [u8; 8]

Trait Implementations

Source§

impl Clone for decimal64

Source§

fn clone(&self) -> decimal64

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 decimal64

Source§

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

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

impl Copy for decimal64