Union sapnwrfc::binding::DecFloat34
[−]
[src]
#[repr(C)]pub union DecFloat34 { pub bytes: [SAP_RAW; 16], pub align: SAP_MAX_ALIGN_T, // some fields omitted }
Fields
bytes: [SAP_RAW; 16]
align: SAP_MAX_ALIGN_T
Trait Implementations
impl Copy for DecFloat34
[src]
impl Clone for DecFloat34
[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