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<'_> ⓘ
Auto Trait Implementations§
impl Freeze for PageHeaders
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