pub struct PageInfo {
pub first_hash: Vec<u8>,
pub checksum: [u8; 16],
}
Expand description
Page table entry
Fields§
§first_hash: Vec<u8>
First hash in this page
checksum: [u8; 16]
MD5 checksum of the page
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PageInfo
impl RefUnwindSafe for PageInfo
impl Send for PageInfo
impl Sync for PageInfo
impl Unpin for PageInfo
impl UnwindSafe for PageInfo
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