pub struct ItemPointer {
pub page: PageOffset,
pub count: UInt12,
}
Fields§
§page: PageOffset
§count: UInt12
Implementations§
Source§impl ItemPointer
impl ItemPointer
pub fn new(page: PageOffset, count: UInt12) -> ItemPointer
Trait Implementations§
Source§impl Clone for ItemPointer
impl Clone for ItemPointer
Source§fn clone(&self) -> ItemPointer
fn clone(&self) -> ItemPointer
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 ConstEncodedSize for ItemPointer
impl ConstEncodedSize for ItemPointer
fn encoded_size() -> usize
Source§impl Debug for ItemPointer
impl Debug for ItemPointer
Source§impl Display for ItemPointer
impl Display for ItemPointer
Source§impl PartialEq for ItemPointer
impl PartialEq for ItemPointer
impl Copy for ItemPointer
impl StructuralPartialEq for ItemPointer
Auto Trait Implementations§
impl Freeze for ItemPointer
impl RefUnwindSafe for ItemPointer
impl Send for ItemPointer
impl Sync for ItemPointer
impl Unpin for ItemPointer
impl UnwindSafe for ItemPointer
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