Struct pgrx_pg_sys::QTNode
source · #[repr(C)]pub struct QTNode {
pub valnode: *mut QueryItem,
pub flags: uint32,
pub nchild: int32,
pub word: *mut c_char,
pub sign: uint32,
pub child: *mut *mut QTNode,
}
Fields§
§valnode: *mut QueryItem
§flags: uint32
§nchild: int32
§word: *mut c_char
§sign: uint32
§child: *mut *mut QTNode
Trait Implementations§
impl Copy for QTNode
Auto Trait Implementations§
impl Freeze for QTNode
impl RefUnwindSafe for QTNode
impl !Send for QTNode
impl !Sync for QTNode
impl Unpin for QTNode
impl UnwindSafe for QTNode
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
)