Struct pgx_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_charlen: c_intmaxlen: c_intcursor: c_intTrait Implementations
sourceimpl Clone for StringInfoData
impl Clone for StringInfoData
sourcefn clone(&self) -> StringInfoData
fn clone(&self) -> StringInfoData
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StringInfoData
impl Debug for StringInfoData
sourceimpl Default for StringInfoData
impl Default for StringInfoData
impl Copy for StringInfoData
Auto Trait Implementations
impl RefUnwindSafe for StringInfoData
impl !Send for StringInfoData
impl !Sync for StringInfoData
impl Unpin for StringInfoData
impl UnwindSafe for StringInfoData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more