I/O mode this buffer was opened with.
(&self)
| 222 | |
| 223 | /// I/O mode this buffer was opened with. |
| 224 | pub fn mode(&self) -> DwbMode { |
| 225 | self.mode |
| 226 | } |
| 227 | |
| 228 | /// Write a WAL record to the double-write buffer before WAL append. |
| 229 | /// |
no outgoing calls