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