Struct pgrx_pg_sys::StringInfoData
source · #[repr(C)]pub struct StringInfoData {
pub data: *mut c_char,
pub len: c_int,
pub maxlen: c_int,
pub cursor: c_int,
}Fields§
§data: *mut c_char§len: c_int§maxlen: c_int§cursor: c_intTrait Implementations§
source§impl Clone for StringInfoData
impl Clone for StringInfoData
source§fn clone(&self) -> StringInfoData
fn clone(&self) -> StringInfoData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more