#[repr(C)]pub struct CkptSortItem {
pub tsId: Oid,
pub relNode: Oid,
pub forkNum: Type,
pub blockNum: BlockNumber,
pub buf_id: c_int,
}Fields§
§tsId: Oid§relNode: Oid§forkNum: Type§blockNum: BlockNumber§buf_id: c_intTrait Implementations§
Source§impl Clone for CkptSortItem
impl Clone for CkptSortItem
Source§fn clone(&self) -> CkptSortItem
fn clone(&self) -> CkptSortItem
Returns a duplicate 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 CkptSortItem
impl Debug for CkptSortItem
Source§impl Default for CkptSortItem
impl Default for CkptSortItem
impl Copy for CkptSortItem
Auto Trait Implementations§
impl Freeze for CkptSortItem
impl RefUnwindSafe for CkptSortItem
impl Send for CkptSortItem
impl Sync for CkptSortItem
impl Unpin for CkptSortItem
impl UnwindSafe for CkptSortItem
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