Struct rpgffi::StringInfoData [] [src]

#[repr(C)]
pub struct StringInfoData { pub data: *mut c_char, pub len: c_int, pub maxlen: c_int, pub cursor: c_int, }

Fields

Trait Implementations

impl Copy for StringInfoData
[src]

impl Clone for StringInfoData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more