Struct sapnwrfc::binding::_RFC_TRANSACTION_HANDLE
[−]
[src]
#[repr(C)]pub struct _RFC_TRANSACTION_HANDLE { pub handle: *mut c_void, }
_RFC_TRANSACTION_HANDLE
Handle to a data container for a tRFC/qRFC LUW. Can be filled with several RFC_FUNCTION_HANDLEs.
Fields
handle: *mut c_void
Trait Implementations
impl Debug for _RFC_TRANSACTION_HANDLE
[src]
impl Copy for _RFC_TRANSACTION_HANDLE
[src]
impl Clone for _RFC_TRANSACTION_HANDLE
[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