Struct pgrx_pg_sys::XLogRecordDataHeaderLong
source · #[repr(C)]pub struct XLogRecordDataHeaderLong {
pub id: uint8,
}
Fields§
§id: uint8
Trait Implementations§
source§impl Clone for XLogRecordDataHeaderLong
impl Clone for XLogRecordDataHeaderLong
source§fn clone(&self) -> XLogRecordDataHeaderLong
fn clone(&self) -> XLogRecordDataHeaderLong
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 XLogRecordDataHeaderLong
impl Debug for XLogRecordDataHeaderLong
source§impl Default for XLogRecordDataHeaderLong
impl Default for XLogRecordDataHeaderLong
source§fn default() -> XLogRecordDataHeaderLong
fn default() -> XLogRecordDataHeaderLong
Returns the “default value” for a type. Read more