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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for DecFloat16
[src]

[src]

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