#[repr(C)]pub struct ExprEvalRowtypeCache {
pub cacheptr: *mut c_void,
pub tupdesc_id: uint64,
}
Fields§
§cacheptr: *mut c_void
§tupdesc_id: uint64
Trait Implementations§
Source§impl Clone for ExprEvalRowtypeCache
impl Clone for ExprEvalRowtypeCache
Source§fn clone(&self) -> ExprEvalRowtypeCache
fn clone(&self) -> ExprEvalRowtypeCache
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 ExprEvalRowtypeCache
impl Debug for ExprEvalRowtypeCache
Source§impl Default for ExprEvalRowtypeCache
impl Default for ExprEvalRowtypeCache
impl Copy for ExprEvalRowtypeCache
Auto Trait Implementations§
impl Freeze for ExprEvalRowtypeCache
impl RefUnwindSafe for ExprEvalRowtypeCache
impl !Send for ExprEvalRowtypeCache
impl !Sync for ExprEvalRowtypeCache
impl Unpin for ExprEvalRowtypeCache
impl UnwindSafe for ExprEvalRowtypeCache
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