Struct slos_filesystem::impls::pakfs::PakFilesystem[][src]

pub struct PakFilesystem<'a> {
    pub inner: Arc<PakFilesystemInner<'a>>,
    // some fields omitted
}
Expand description

PAK archive filesystem wrapper

Fields

inner: Arc<PakFilesystemInner<'a>>

Implementations

Create a new PakFilesystem instance from a byte slice

Create a new PakFilesystem instance from an Arc containing a PakFilesystemInner instance

Trait Implementations

Formats the value using the given formatter. Read more

Get the inode value for this node

Get the filename of this node

Get the permissions of this node

Try to get this node as a FsRoot trait object reference Read more

Try to get this node as a FsDirectory trait object reference Read more

Try to get this node as a FsFile trait object reference Read more

Return an FsNode reference for each node in this directory

Create a new empty file in this directory

Create a new empty directory in this directory

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

Performs the conversion.

Performs the conversion.

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.