Enum sapnwrfc::binding::_RFCTYPE
[−]
[src]
#[repr(u32)]pub enum _RFCTYPE { RFCTYPE_CHAR, RFCTYPE_DATE, RFCTYPE_BCD, RFCTYPE_TIME, RFCTYPE_BYTE, RFCTYPE_TABLE, RFCTYPE_NUM, RFCTYPE_FLOAT, RFCTYPE_INT, RFCTYPE_INT2, RFCTYPE_INT1, RFCTYPE_NULL, RFCTYPE_ABAPOBJECT, RFCTYPE_STRUCTURE, RFCTYPE_DECF16, RFCTYPE_DECF34, RFCTYPE_XMLDATA, RFCTYPE_STRING, RFCTYPE_XSTRING, RFCTYPE_INT8, RFCTYPE_UTCLONG, RFCTYPE_UTCSECOND, RFCTYPE_UTCMINUTE, RFCTYPE_DTDAY, RFCTYPE_DTWEEK, RFCTYPE_DTMONTH, RFCTYPE_TSECOND, RFCTYPE_TMINUTE, RFCTYPE_CDAY, RFCTYPE_BOX, RFCTYPE_GENERIC_BOX, _RFCTYPE_max_value, }
_RFCTYPE
RFCTYPE is used in field descriptions (#RFC_FIELD_DESC) and parameter descriptions (#RFC_PARAMETER_DESC) and denotes the ABAP data type of the corresponding field/parameter.
Variants
RFCTYPE_CHARRFCTYPE_DATERFCTYPE_BCDRFCTYPE_TIMERFCTYPE_BYTERFCTYPE_TABLERFCTYPE_NUMRFCTYPE_FLOATRFCTYPE_INTRFCTYPE_INT2RFCTYPE_INT1RFCTYPE_NULLRFCTYPE_ABAPOBJECTRFCTYPE_STRUCTURERFCTYPE_DECF16RFCTYPE_DECF34RFCTYPE_XMLDATARFCTYPE_STRINGRFCTYPE_XSTRINGRFCTYPE_INT8RFCTYPE_UTCLONGRFCTYPE_UTCSECONDRFCTYPE_UTCMINUTERFCTYPE_DTDAYRFCTYPE_DTWEEKRFCTYPE_DTMONTHRFCTYPE_TSECONDRFCTYPE_TMINUTERFCTYPE_CDAYRFCTYPE_BOXRFCTYPE_GENERIC_BOX_RFCTYPE_max_value
Trait Implementations
impl Debug for _RFCTYPE[src]
impl Copy for _RFCTYPE[src]
impl Clone for _RFCTYPE[src]
fn clone(&self) -> _RFCTYPE[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
impl PartialEq for _RFCTYPE[src]
fn eq(&self, __arg_0: &_RFCTYPE) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.