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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for DecFloat34
[src]

[src]

Returns the "default value" for a type. Read more