#[repr(C)]pub struct PageXLogRecPtr {
pub xlogid: uint32,
pub xrecoff: uint32,
}
Fields§
§xlogid: uint32
§xrecoff: uint32
Trait Implementations§
Source§impl Clone for PageXLogRecPtr
impl Clone for PageXLogRecPtr
Source§fn clone(&self) -> PageXLogRecPtr
fn clone(&self) -> PageXLogRecPtr
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 PageXLogRecPtr
impl Debug for PageXLogRecPtr
Source§impl Default for PageXLogRecPtr
impl Default for PageXLogRecPtr
Source§fn default() -> PageXLogRecPtr
fn default() -> PageXLogRecPtr
Returns the “default value” for a type. Read more
impl Copy for PageXLogRecPtr
Auto Trait Implementations§
impl Freeze for PageXLogRecPtr
impl RefUnwindSafe for PageXLogRecPtr
impl Send for PageXLogRecPtr
impl Sync for PageXLogRecPtr
impl Unpin for PageXLogRecPtr
impl UnwindSafe for PageXLogRecPtr
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