#[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 QTNodeTrait Implementations§
Auto Trait Implementations§
impl !Send for QTNode
impl !Sync for QTNode
impl Freeze for QTNode
impl RefUnwindSafe for QTNode
impl Unpin for QTNode
impl UnsafeUnpin 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