#[repr(C)]pub struct ExprEvalRowtypeCache {
pub cacheptr: *mut c_void,
pub tupdesc_id: uint64,
}Fields§
§cacheptr: *mut c_void§tupdesc_id: uint64Trait Implementations§
Source§impl Clone for ExprEvalRowtypeCache
impl Clone for ExprEvalRowtypeCache
Source§fn clone(&self) -> ExprEvalRowtypeCache
fn clone(&self) -> ExprEvalRowtypeCache
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExprEvalRowtypeCache
Source§impl Debug for ExprEvalRowtypeCache
impl Debug for ExprEvalRowtypeCache
Auto Trait Implementations§
impl !Send for ExprEvalRowtypeCache
impl !Sync for ExprEvalRowtypeCache
impl Freeze for ExprEvalRowtypeCache
impl RefUnwindSafe for ExprEvalRowtypeCache
impl Unpin for ExprEvalRowtypeCache
impl UnsafeUnpin 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