#[repr(C)]pub struct OpT {
pub op_type: CheatOperations,
pub args: OpArgs,
}Fields§
§op_type: CheatOperations§args: OpArgsAuto Trait Implementations§
impl !Send for OpT
impl !Sync for OpT
impl Freeze for OpT
impl RefUnwindSafe for OpT
impl Unpin for OpT
impl UnsafeUnpin for OpT
impl UnwindSafe for OpT
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