Struct sapnwrfc::binding::RFC_DATA_CONTAINER
[−]
[src]
#[repr(C)]pub struct RFC_DATA_CONTAINER { pub handle: *mut c_void, }
RFC_DATA_CONTAINER
Handle to a general data container (structure, table or function module).
Fields
handle: *mut c_void
Trait Implementations
impl Debug for RFC_DATA_CONTAINER
[src]
impl Copy for RFC_DATA_CONTAINER
[src]
impl Clone for RFC_DATA_CONTAINER
[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