Struct slos_filesystem::impls::simplememoryfs::SimpleMemoryFilesystem [−][src]
pub struct SimpleMemoryFilesystem {
pub files: Vec<SimpleMemoryFilesystemFile>,
pub current_inode: usize,
}Fields
files: Vec<SimpleMemoryFilesystemFile>current_inode: usizeImplementations
Trait Implementations
Get the permissions of this node
Try to get this node as a FsDirectory trait object reference Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.