Union sapnwrfc::binding::SAP_MAX_ALIGN_T [] [src]

#[repr(C)]
pub union SAP_MAX_ALIGN_T { pub align_1: c_long, pub align_2: f64, pub align_3: *mut c_void, pub align_4: SAP_DOUBLE, // some fields omitted }

Fields

align_1: c_long align_2: f64 align_3: *mut c_void align_4: SAP_DOUBLE

Trait Implementations

impl Copy for SAP_MAX_ALIGN_T
[src]

impl Clone for SAP_MAX_ALIGN_T
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for SAP_MAX_ALIGN_T
[src]

[src]

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