Type Alias pgrx_pg_sys::BlockId

source ·
pub type BlockId = *mut BlockIdData;

Trait Implementations§

source§

impl<T> PartialEq<Datum> for *mut T

source§

fn eq(&self, other: &Datum) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.