Struct panda::plugins::proc_start_linux::PROC_START_LINUX [−][src]
pub struct PROC_START_LINUX { /* fields omitted */ }Methods from Deref<Target = ProcStartLinux>
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)
)
Trait Implementations
type Target = ProcStartLinux
type Target = ProcStartLinux
The resulting type after dereferencing.
Dereferences the value.