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
Get the permissions of this node
Try to get this node as a FsDirectory
trait object reference Read more