#[repr(C)]pub struct LogicalInoItem {
pub inum: u64,
pub offset: u64,
pub root: u64,
}
Fields§
§inum: u64
§offset: u64
§root: u64
Trait Implementations§
Source§impl Clone for LogicalInoItem
impl Clone for LogicalInoItem
Source§fn clone(&self) -> LogicalInoItem
fn clone(&self) -> LogicalInoItem
Returns a duplicate of the value. Read more
1.0.0 · 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 LogicalInoItem
impl Debug for LogicalInoItem
impl Copy for LogicalInoItem
Auto Trait Implementations§
impl Freeze for LogicalInoItem
impl RefUnwindSafe for LogicalInoItem
impl Send for LogicalInoItem
impl Sync for LogicalInoItem
impl Unpin for LogicalInoItem
impl UnwindSafe for LogicalInoItem
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