Return the layout of the row. All rows within the same table will have the same layout.
(&self)
| 1915 | /// |
| 1916 | /// All rows within the same table will have the same layout. |
| 1917 | pub fn row_layout(&self) -> &RowTypeLayout { |
| 1918 | &self.table.row_layout |
| 1919 | } |
| 1920 | |
| 1921 | /// Returns the page the row is in and the offset of the row within that page. |
| 1922 | pub fn page_and_offset(&self) -> (&Page, PageOffset) { |
no outgoing calls
no test coverage detected