pub struct FunctionCodeGenerator { /* private fields */ }Implementations§
Source§impl X64FunctionCode
impl X64FunctionCode
pub fn get_state_diff( m: &Machine, fsm: &mut FunctionStateMap, control_stack: &mut [ControlFrame], ) -> usize
Auto Trait Implementations§
impl Freeze for X64FunctionCode
impl !RefUnwindSafe for X64FunctionCode
impl Send for X64FunctionCode
impl Sync for X64FunctionCode
impl Unpin for X64FunctionCode
impl !UnwindSafe for X64FunctionCode
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