Struct slos_filesystem::impls::simplememoryfs::SimpleMemoryFilesystemFile [−][src]
pub struct SimpleMemoryFilesystemFile {
pub parent_index: Option<usize>,
pub inode: usize,
pub name: String,
pub content: Vec<u8>,
}Fields
parent_index: Option<usize>inode: usizename: Stringcontent: Vec<u8>Trait Implementations
Returns the “default value” for a type. Read more
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 !=.