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_int
Trait 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 moresource§impl Debug for StringInfoData
impl Debug for StringInfoData
source§impl Default for StringInfoData
impl Default for StringInfoData
impl Copy for StringInfoData
Auto Trait Implementations§
impl Freeze for StringInfoData
impl RefUnwindSafe for StringInfoData
impl !Send for StringInfoData
impl !Sync for StringInfoData
impl Unpin for StringInfoData
impl UnwindSafe for StringInfoData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)