Struct sapnwrfc::binding::_RFC_CONNECTION_PARAMETER [] [src]

#[repr(C)]
pub struct _RFC_CONNECTION_PARAMETER { pub name: *const SAP_UC, pub value: *const SAP_UC, }

_RFC_CONNECTION_PARAMETER

Structure used for connecting to a backend system via RfcOpenConnection() or RfcRegisterServer(). For a list of supported parameters see these two functions or the file sapnwrfc.ini, which gives a complete list of all possible connection parameters.

Fields

The name of the connection parameter, like ashost, user, client.

The value of the given parameter.

Trait Implementations

impl Debug for _RFC_CONNECTION_PARAMETER
[src]

[src]

Formats the value using the given formatter.

impl Copy for _RFC_CONNECTION_PARAMETER
[src]

impl Clone for _RFC_CONNECTION_PARAMETER
[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_CONNECTION_PARAMETER
[src]

[src]

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