Struct sapnwrfc::SapString
[−]
[src]
pub struct SapString(_);
provides transformation to and from saps ucs2 (utf16) string encoding.
the internal storage keeps everything as utf16, stored in a Vec
Methods
impl SapString
[src]
fn as_ptr(&self) -> *const i8
[src]
fn as_string(&self) -> Result<String, Error>
[src]
re-encodes the internal string into a rust String.
Trait Implementations
impl Debug for SapString
[src]
impl Clone for SapString
[src]
fn clone(&self) -> SapString
[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