pub struct PagedSuperblockSelection {
pub copy_index: usize,
pub generation: u64,
}Expand description
The newest valid copy found in a superblock zone.
Fields§
§copy_index: usize§generation: u64Trait Implementations§
Source§impl Clone for PagedSuperblockSelection
impl Clone for PagedSuperblockSelection
Source§fn clone(&self) -> PagedSuperblockSelection
fn clone(&self) -> PagedSuperblockSelection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PagedSuperblockSelection
Source§impl Debug for PagedSuperblockSelection
impl Debug for PagedSuperblockSelection
impl Eq for PagedSuperblockSelection
Source§impl PartialEq for PagedSuperblockSelection
impl PartialEq for PagedSuperblockSelection
impl StructuralPartialEq for PagedSuperblockSelection
Auto Trait Implementations§
impl Freeze for PagedSuperblockSelection
impl RefUnwindSafe for PagedSuperblockSelection
impl Send for PagedSuperblockSelection
impl Sync for PagedSuperblockSelection
impl Unpin for PagedSuperblockSelection
impl UnsafeUnpin for PagedSuperblockSelection
impl UnwindSafe for PagedSuperblockSelection
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