pub struct InteriorTableCell {
pub left_child_page_no: u32,
pub integer_key: u64,
}
Fields§
§left_child_page_no: u32
§integer_key: u64
Auto Trait Implementations§
impl Freeze for InteriorTableCell
impl RefUnwindSafe for InteriorTableCell
impl Send for InteriorTableCell
impl Sync for InteriorTableCell
impl Unpin for InteriorTableCell
impl UnwindSafe for InteriorTableCell
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