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