Struct pgrx_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_int
§allocated: bool
§negate: bool
§pos: *mut WordEntryPos
§width: c_int
Trait Implementations§
source§impl Clone for ExecPhraseData
impl Clone for ExecPhraseData
source§fn clone(&self) -> ExecPhraseData
fn clone(&self) -> ExecPhraseData
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 ExecPhraseData
impl Debug for ExecPhraseData
source§impl Default for ExecPhraseData
impl Default for ExecPhraseData
impl Copy for ExecPhraseData
Auto Trait Implementations§
impl Freeze for ExecPhraseData
impl RefUnwindSafe for ExecPhraseData
impl !Send for ExecPhraseData
impl !Sync for ExecPhraseData
impl Unpin for ExecPhraseData
impl UnwindSafe for ExecPhraseData
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
)