decnumber_sys

Type Alias decSingle

Source
pub type decSingle = decimal32;

Aliased Type§

struct decSingle {
    pub bytes: [u8; 4],
}

Fields§

§bytes: [u8; 4]

Trait Implementations

Source§

impl Clone for decimal32

Source§

fn clone(&self) -> decimal32

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 decimal32

Source§

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

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

impl Copy for decimal32