Struct slos_filesystem::impls::pakfs::PakFilesystemPath [−][src]
pub struct PakFilesystemPath<'a> {
pub children: Vec<Self>,
pub index: Option<usize>,
pub path: Vec<String>,
// some fields omitted
}
Expand description
Representation of a file or directory path within a PAK archive-as-filesystem
Fields
children: Vec<Self>
index: Option<usize>
path: Vec<String>
Implementations
Trait Implementations
Get the permissions of this node
Try to get this node as a FsDirectory
trait object reference Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for PakFilesystemPath<'a>
impl<'a> Send for PakFilesystemPath<'a>
impl<'a> Sync for PakFilesystemPath<'a>
impl<'a> Unpin for PakFilesystemPath<'a>
impl<'a> UnwindSafe for PakFilesystemPath<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more