Struct libsql_sys::wal::PageHeaders
source · pub struct PageHeaders { /* private fields */ }
Implementations§
source§impl PageHeaders
impl PageHeaders
sourcepub unsafe fn from_raw(inner: *mut libsql_pghdr) -> Self
pub unsafe fn from_raw(inner: *mut libsql_pghdr) -> Self
§Safety
caller must ensure the headers list validity.
pub fn iter(&self) -> PageHdrIter<'_> ⓘ
pub unsafe fn iter_mut(&mut self) -> PageHdrIterMut<'_> ⓘ
Auto Trait Implementations§
impl RefUnwindSafe for PageHeaders
impl !Send for PageHeaders
impl !Sync for PageHeaders
impl Unpin for PageHeaders
impl UnwindSafe for PageHeaders
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