pub enum FileType {
Erf,
Hak,
Mod,
Pwc,
}Expand description
ERF type identification (.erf, .hak, .mod, .pwc)
Variants§
Implementations§
Source§impl FileType
impl FileType
Sourcepub fn to_fixed_string(&self) -> FixedSizeString<4>
pub fn to_fixed_string(&self) -> FixedSizeString<4>
Returns the fixed string used to represent the file type in the header
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileType
impl RefUnwindSafe for FileType
impl Send for FileType
impl Sync for FileType
impl Unpin for FileType
impl UnwindSafe for FileType
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