pub enum PFHFileType {
Boot,
Release,
Patch,
Mod,
Movie,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PFHFileType
impl Clone for PFHFileType
Source§fn clone(&self) -> PFHFileType
fn clone(&self) -> PFHFileType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PFHFileType
impl Debug for PFHFileType
Source§impl PartialEq for PFHFileType
impl PartialEq for PFHFileType
impl Copy for PFHFileType
impl Eq for PFHFileType
impl StructuralPartialEq for PFHFileType
Auto Trait Implementations§
impl Freeze for PFHFileType
impl RefUnwindSafe for PFHFileType
impl Send for PFHFileType
impl Sync for PFHFileType
impl Unpin for PFHFileType
impl UnwindSafe for PFHFileType
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