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]
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