#[non_exhaustive]pub enum EntryId {
Show 44 variants
Digests,
EntryKeys,
PfsImageKey,
GeneralDigests,
Metas,
EntryNames,
LicenseDat,
LicenseInfo,
NptitleDat,
NpbindDat,
SelfinfoDat,
ImageinfoDat,
TargetDeltainfoDat,
OriginDeltainfoDat,
PsreservedDat,
ParamSfo,
PlaygoChunkDat,
PlaygoChunkSha,
PlaygoManifestXml,
PronunciationXml,
PronunciationSig,
Pic1Png,
PubtoolinfoDat,
AppPlaygoChunkDat,
AppPlaygoChunkSha,
AppPlaygoManifestXml,
ShareparamJson,
ShareoverlayimagePng,
SaveDataPng,
ShareprivacyguardimagePng,
Icon0Png,
Icon0PngIndexed(u8),
Pic0Png,
Snd0At9,
Pic1PngIndexed(u8),
ChangeinfoXml,
ChangeinfoXmlIndexed(u8),
Icon0Dds,
Icon0DdsIndexed(u8),
Pic0Dds,
Pic1Dds,
Pic1DdsIndexed(u8),
Trophy(u8),
Unknown(u32),
}Expand description
Known PKG entry identifiers.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Digests
EntryKeys
PfsImageKey
GeneralDigests
Metas
EntryNames
LicenseDat
LicenseInfo
NptitleDat
NpbindDat
SelfinfoDat
ImageinfoDat
TargetDeltainfoDat
OriginDeltainfoDat
PsreservedDat
ParamSfo
PlaygoChunkDat
PlaygoChunkSha
PlaygoManifestXml
PronunciationXml
PronunciationSig
Pic1Png
PubtoolinfoDat
AppPlaygoChunkDat
AppPlaygoChunkSha
AppPlaygoManifestXml
SaveDataPng
Icon0Png
Icon0PngIndexed(u8)
icon0_00.png .. icon0_30.png
Pic0Png
Snd0At9
Pic1PngIndexed(u8)
pic1_00.png .. pic1_30.png
ChangeinfoXml
ChangeinfoXmlIndexed(u8)
changeinfo_00.xml .. changeinfo_30.xml
Icon0Dds
Icon0DdsIndexed(u8)
icon0_00.dds .. icon0_30.dds
Pic0Dds
Pic1Dds
Pic1DdsIndexed(u8)
pic1_00.dds .. pic1_30.dds
Trophy(u8)
trophy00.trp .. trophy99.trp
Unknown(u32)
Unrecognized entry ID.
Implementations§
Trait Implementations§
impl Copy for EntryId
impl Eq for EntryId
impl StructuralPartialEq for EntryId
Auto Trait Implementations§
impl Freeze for EntryId
impl RefUnwindSafe for EntryId
impl Send for EntryId
impl Sync for EntryId
impl Unpin for EntryId
impl UnwindSafe for EntryId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more