Struct sapnwrfc::binding::_RFC_EXCEPTION_DESC
[−]
[src]
#[repr(C)]pub struct _RFC_EXCEPTION_DESC { pub key: [SAP_UC; 128], pub message: [SAP_UC; 512], }
_RFC_EXCEPTION_DESC
Structure for reading (RfcGetExceptionDescByIndex() or RfcGetExceptionDescByName()) or defining (RfcAddException()) the properties of an exception key in a function module.
Fields
key: [SAP_UC; 128]
Exception key
message: [SAP_UC; 512]
Error message (exception text as defined in SE37)
Trait Implementations
impl Copy for _RFC_EXCEPTION_DESC
[src]
impl Clone for _RFC_EXCEPTION_DESC
[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