pub struct Inode { /* private fields */ }
Expand description

Virtual filesystem layer over easy-fs

Implementations

Create a vfs inode

Find inode under current inode by name

Create inode under current inode by name

List inodes under current inode

Read data from current inode

Write data to current inode

Clear the data in current inode

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.