#[repr(u8)]pub enum Dis {
DIS_0 = 0,
DIS_1 = 1,
}Variants§
DIS_0 = 0
Does not affect any ROMC functions (default)
DIS_1 = 1
Disable all ROMC functions: data fixing, and opcode patching
Implementations§
Trait Implementations§
Source§impl Ord for Dis
impl Ord for Dis
Source§impl PartialOrd for Dis
impl PartialOrd for Dis
impl Copy for Dis
impl Eq for Dis
impl StructuralPartialEq for Dis
Auto Trait Implementations§
impl Freeze for Dis
impl RefUnwindSafe for Dis
impl Send for Dis
impl Sync for Dis
impl Unpin for Dis
impl UnwindSafe for Dis
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