pub enum LuaOpMode {
IA,
IAB,
IAC,
IABC,
IAx,
IABx,
IAsBx,
}
Variants§
Trait Implementations§
impl Copy for LuaOpMode
impl Eq for LuaOpMode
impl StructuralPartialEq for LuaOpMode
Auto Trait Implementations§
impl Freeze for LuaOpMode
impl RefUnwindSafe for LuaOpMode
impl Send for LuaOpMode
impl Sync for LuaOpMode
impl Unpin for LuaOpMode
impl UnwindSafe for LuaOpMode
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