Union sapnwrfc::binding::DecFloat16
[−]
[src]
#[repr(C)]pub union DecFloat16 { pub bytes: [SAP_RAW; 8], pub align: SAP_DOUBLE, // some fields omitted }
Fields
bytes: [SAP_RAW; 8]
align: SAP_DOUBLE
Trait Implementations
impl Copy for DecFloat16
[src]
impl Clone for DecFloat16
[src]
fn clone(&self) -> Self
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more