pub struct ProcStartLinux { /* private fields */ }Implementations§
Source§impl ProcStartLinux
impl ProcStartLinux
Sourcepub fn ensure_init(&self)
pub fn ensure_init(&self)
Load the plugin and initialize it if it hasn’t been loaded already.
pub fn add_callback_on_rec_auxv( &self, callback: extern "C" fn(cpu: &mut CPUState, tb: &mut TranslationBlock, auxv: &AuxvValues), )
pub fn remove_callback_on_rec_auxv( &self, callback: extern "C" fn(cpu: &mut CPUState, tb: &mut TranslationBlock, auxv: &AuxvValues), )
Auto Trait Implementations§
impl Freeze for ProcStartLinux
impl RefUnwindSafe for ProcStartLinux
impl Send for ProcStartLinux
impl Sync for ProcStartLinux
impl Unpin for ProcStartLinux
impl UnwindSafe for ProcStartLinux
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