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 for MPQSectionType
impl PartialEq for MPQSectionType
impl StructuralPartialEq for MPQSectionType
Auto Trait Implementations§
impl Freeze for MPQSectionType
impl RefUnwindSafe for MPQSectionType
impl Send for MPQSectionType
impl Sync for MPQSectionType
impl Unpin for MPQSectionType
impl UnwindSafe for MPQSectionType
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