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