#[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
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