#[repr(C)]pub struct PresortedKeyData {
pub flinfo: FmgrInfo,
pub fcinfo: FunctionCallInfo,
pub attno: OffsetNumber,
}
Fields§
§flinfo: FmgrInfo
§fcinfo: FunctionCallInfo
§attno: OffsetNumber
Trait Implementations§
Source§impl Clone for PresortedKeyData
impl Clone for PresortedKeyData
Source§fn clone(&self) -> PresortedKeyData
fn clone(&self) -> PresortedKeyData
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 PresortedKeyData
impl Debug for PresortedKeyData
Source§impl Default for PresortedKeyData
impl Default for PresortedKeyData
impl Copy for PresortedKeyData
Auto Trait Implementations§
impl Freeze for PresortedKeyData
impl RefUnwindSafe for PresortedKeyData
impl !Send for PresortedKeyData
impl !Sync for PresortedKeyData
impl Unpin for PresortedKeyData
impl UnwindSafe for PresortedKeyData
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