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

'T' for "transactional" behavior (unit is executed synchronously), 'Q' for "queued" behavior (unit is written into a queue and executed asynchronously)

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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for _RFC_UNIT_IDENTIFIER
[src]

[src]

Returns the "default value" for a type. Read more