Struct pgx_pg_sys::XLogRecordBlockImageHeader
source · [−]#[repr(C)]pub struct XLogRecordBlockImageHeader {
pub length: uint16,
pub hole_offset: uint16,
pub bimg_info: uint8,
}Fields
length: uint16hole_offset: uint16bimg_info: uint8Trait Implementations
sourceimpl Clone for XLogRecordBlockImageHeader
impl Clone for XLogRecordBlockImageHeader
sourcefn clone(&self) -> XLogRecordBlockImageHeader
fn clone(&self) -> XLogRecordBlockImageHeader
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 XLogRecordBlockImageHeader
impl Debug for XLogRecordBlockImageHeader
sourceimpl Default for XLogRecordBlockImageHeader
impl Default for XLogRecordBlockImageHeader
sourcefn default() -> XLogRecordBlockImageHeader
fn default() -> XLogRecordBlockImageHeader
Returns the “default value” for a type. Read more
impl Copy for XLogRecordBlockImageHeader
Auto Trait Implementations
impl RefUnwindSafe for XLogRecordBlockImageHeader
impl Send for XLogRecordBlockImageHeader
impl Sync for XLogRecordBlockImageHeader
impl Unpin for XLogRecordBlockImageHeader
impl UnwindSafe for XLogRecordBlockImageHeader
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