Struct sapnwrfc::binding::_RFC_UNIT_IDENTIFIER
[−]
[src]
#[repr(C)]pub struct _RFC_UNIT_IDENTIFIER { pub unitType: SAP_UC, pub unitID: RFC_UNITID, }
_RFC_UNIT_IDENTIFIER
For convenience combines a unit's ID and its type.
Fields
unitType: SAP_UC
'T' for "transactional" behavior (unit is executed synchronously), 'Q' for "queued" behavior (unit is written into a queue and executed asynchronously)
unitID: RFC_UNITID
The 32 digit unit ID of the background unit.
Trait Implementations
impl Copy for _RFC_UNIT_IDENTIFIER
[src]
impl Clone for _RFC_UNIT_IDENTIFIER
[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