pub struct CarvedInode {
pub block: u64,
pub offset_in_block: usize,
}Expand description
A potential inode found by carving extent signatures.
Fields§
§block: u64§offset_in_block: usizeTrait Implementations§
Source§impl Clone for CarvedInode
impl Clone for CarvedInode
Source§fn clone(&self) -> CarvedInode
fn clone(&self) -> CarvedInode
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 moreAuto Trait Implementations§
impl Freeze for CarvedInode
impl RefUnwindSafe for CarvedInode
impl Send for CarvedInode
impl Sync for CarvedInode
impl Unpin for CarvedInode
impl UnsafeUnpin for CarvedInode
impl UnwindSafe for CarvedInode
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