Enum nom_mpq::parser::MPQSectionType
source · pub enum MPQSectionType {
UserData,
Header,
Unknown,
}
Expand description
The type of sections that are available in an MPQ archive
Variants§
UserData
The MPQ Section is of type User Data
Header
The MPQ Section is of type Header
Unknown
The MPQ Section type is unknown.
Trait Implementations§
source§impl Debug for MPQSectionType
impl Debug for MPQSectionType
source§impl From<&[u8]> for MPQSectionType
impl From<&[u8]> for MPQSectionType
source§impl PartialEq<MPQSectionType> for MPQSectionType
impl PartialEq<MPQSectionType> for MPQSectionType
source§fn eq(&self, other: &MPQSectionType) -> bool
fn eq(&self, other: &MPQSectionType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.