Struct fuse_backend_rs::api::vfs::VfsInode [−][src]
pub struct VfsInode(_);
Expand description
Data struct to store inode number for the VFS filesystem.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VfsInode
impl UnwindSafe for VfsInode
Blanket Implementations
Mutably borrows from an owned value. Read more