#[repr(C)]pub struct M3OpInfo {
pub stackOffset: i8_,
pub type_: u8_,
pub operations: [IM3Operation; 4],
pub compiler: M3Compiler,
}Fields§
§stackOffset: i8_§type_: u8_§operations: [IM3Operation; 4]§compiler: M3CompilerTrait Implementations§
Auto Trait Implementations§
impl Freeze for M3OpInfo
impl RefUnwindSafe for M3OpInfo
impl Send for M3OpInfo
impl Sync for M3OpInfo
impl Unpin for M3OpInfo
impl UnwindSafe for M3OpInfo
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