Struct below_btrfs::btrfs_api::LogicalInoItem
source · [−]Fields
inum: u64
offset: u64
root: u64
Trait Implementations
sourceimpl Clone for LogicalInoItem
impl Clone for LogicalInoItem
sourcefn clone(&self) -> LogicalInoItem
fn clone(&self) -> LogicalInoItem
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LogicalInoItem
impl Debug for LogicalInoItem
impl Copy for LogicalInoItem
Auto Trait Implementations
impl RefUnwindSafe for LogicalInoItem
impl Send for LogicalInoItem
impl Sync for LogicalInoItem
impl Unpin for LogicalInoItem
impl UnwindSafe for LogicalInoItem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more