Enum physis::patchlist::PatchListType
source · #[repr(C)]pub enum PatchListType {
Boot = 0,
Game = 1,
}
Expand description
The kind of patch list. This must be the kind of patch list you’re parsing, or else the fields will filled in the wrong order.
Variants§
Trait Implementations§
source§impl PartialEq for PatchListType
impl PartialEq for PatchListType
source§fn eq(&self, other: &PatchListType) -> bool
fn eq(&self, other: &PatchListType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PatchListType
Auto Trait Implementations§
impl Freeze for PatchListType
impl RefUnwindSafe for PatchListType
impl Send for PatchListType
impl Sync for PatchListType
impl Unpin for PatchListType
impl UnwindSafe for PatchListType
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