#[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
impl Copy for XLogRecordDataHeaderLong
Auto Trait Implementations§
impl Freeze for XLogRecordDataHeaderLong
impl RefUnwindSafe for XLogRecordDataHeaderLong
impl Send for XLogRecordDataHeaderLong
impl Sync for XLogRecordDataHeaderLong
impl Unpin for XLogRecordDataHeaderLong
impl UnwindSafe for XLogRecordDataHeaderLong
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