Trait robs::scanner::AobScanner

source ·
pub trait AobScanner {
    // Required method
    fn find_signature(&self, signature: &Signature) -> Option<usize>;
}

Required Methods§

source

fn find_signature(&self, signature: &Signature) -> Option<usize>

Implementations on Foreign Types§

source§

impl AobScanner for &[u8]

source§

fn find_signature(&self, signature: &Signature) -> Option<usize>

source§

impl AobScanner for Vec<u8>

source§

fn find_signature(&self, signature: &Signature) -> Option<usize>

source§

impl AobScanner for [u8]

source§

fn find_signature(&self, signature: &Signature) -> Option<usize>

Implementors§