pub type decQuad = decimal128;
Aliased Type§
struct decQuad {
pub bytes: [u8; 16],
}
Fields§
§bytes: [u8; 16]
Trait Implementations
Source§impl Clone for decimal128
impl Clone for decimal128
Source§fn clone(&self) -> decimal128
fn clone(&self) -> decimal128
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more