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
name: *const SAP_UC
The name of the connection parameter, like ashost, user, client.
value: *const SAP_UC
The value of the given parameter.
Trait Implementations
impl Debug for _RFC_CONNECTION_PARAMETER
[src]
impl Copy for _RFC_CONNECTION_PARAMETER
[src]
impl Clone for _RFC_CONNECTION_PARAMETER
[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