Struct pgx_pg_sys::PresortedKeyData
source · [−]#[repr(C)]pub struct PresortedKeyData {
pub flinfo: FmgrInfo,
pub fcinfo: FunctionCallInfo,
pub attno: OffsetNumber,
}Fields
flinfo: FmgrInfofcinfo: FunctionCallInfoattno: OffsetNumberTrait Implementations
sourceimpl Clone for PresortedKeyData
impl Clone for PresortedKeyData
sourcefn clone(&self) -> PresortedKeyData
fn clone(&self) -> PresortedKeyData
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PresortedKeyData
impl Debug for PresortedKeyData
sourceimpl Default for PresortedKeyData
impl Default for PresortedKeyData
impl Copy for PresortedKeyData
Auto Trait Implementations
impl RefUnwindSafe for PresortedKeyData
impl !Send for PresortedKeyData
impl !Sync for PresortedKeyData
impl Unpin for PresortedKeyData
impl UnwindSafe for PresortedKeyData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more