pub struct ArchiveRepairPatch {
pub volume_index: u32,
pub block_index: u64,
pub record_offset: u64,
pub record_bytes: Vec<u8>,
}Fields§
§volume_index: u32§block_index: u64§record_offset: u64§record_bytes: Vec<u8>Trait Implementations§
Source§impl Clone for ArchiveRepairPatch
impl Clone for ArchiveRepairPatch
Source§fn clone(&self) -> ArchiveRepairPatch
fn clone(&self) -> ArchiveRepairPatch
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 moreSource§impl Debug for ArchiveRepairPatch
impl Debug for ArchiveRepairPatch
impl Eq for ArchiveRepairPatch
Source§impl PartialEq for ArchiveRepairPatch
impl PartialEq for ArchiveRepairPatch
Source§fn eq(&self, other: &ArchiveRepairPatch) -> bool
fn eq(&self, other: &ArchiveRepairPatch) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ArchiveRepairPatch
Auto Trait Implementations§
impl Freeze for ArchiveRepairPatch
impl RefUnwindSafe for ArchiveRepairPatch
impl Send for ArchiveRepairPatch
impl Sync for ArchiveRepairPatch
impl Unpin for ArchiveRepairPatch
impl UnsafeUnpin for ArchiveRepairPatch
impl UnwindSafe for ArchiveRepairPatch
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