Struct pgx_pg_sys::XLogRecordDataHeaderShort
source · [−]Fields
id: uint8data_length: uint8Trait Implementations
sourceimpl Clone for XLogRecordDataHeaderShort
impl Clone for XLogRecordDataHeaderShort
sourcefn clone(&self) -> XLogRecordDataHeaderShort
fn clone(&self) -> XLogRecordDataHeaderShort
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 XLogRecordDataHeaderShort
impl Debug for XLogRecordDataHeaderShort
sourceimpl Default for XLogRecordDataHeaderShort
impl Default for XLogRecordDataHeaderShort
sourcefn default() -> XLogRecordDataHeaderShort
fn default() -> XLogRecordDataHeaderShort
Returns the “default value” for a type. Read more
impl Copy for XLogRecordDataHeaderShort
Auto Trait Implementations
impl RefUnwindSafe for XLogRecordDataHeaderShort
impl Send for XLogRecordDataHeaderShort
impl Sync for XLogRecordDataHeaderShort
impl Unpin for XLogRecordDataHeaderShort
impl UnwindSafe for XLogRecordDataHeaderShort
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