Struct os::fs::inode::OSInodeInner
source · pub struct OSInodeInner {
offset: usize,
inode: Arc<Inode>,
}
Fields§
§offset: usize
§inode: Arc<Inode>
Auto Trait Implementations§
impl !RefUnwindSafe for OSInodeInner
impl Send for OSInodeInner
impl Sync for OSInodeInner
impl Unpin for OSInodeInner
impl !UnwindSafe for OSInodeInner
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