Struct pgx_pg_sys::ExecPhraseData
source · [−]#[repr(C)]pub struct ExecPhraseData {
pub npos: c_int,
pub allocated: bool,
pub negate: bool,
pub pos: *mut WordEntryPos,
pub width: c_int,
}Fields
npos: c_intallocated: boolnegate: boolpos: *mut WordEntryPoswidth: c_intTrait Implementations
sourceimpl Clone for ExecPhraseData
impl Clone for ExecPhraseData
sourcefn clone(&self) -> ExecPhraseData
fn clone(&self) -> ExecPhraseData
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 ExecPhraseData
impl Debug for ExecPhraseData
sourceimpl Default for ExecPhraseData
impl Default for ExecPhraseData
impl Copy for ExecPhraseData
Auto Trait Implementations
impl RefUnwindSafe for ExecPhraseData
impl !Send for ExecPhraseData
impl !Sync for ExecPhraseData
impl Unpin for ExecPhraseData
impl UnwindSafe for ExecPhraseData
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