Trait yaxpeax_core::analyses::IntoValueIndex[][src]

pub trait IntoValueIndex {
    fn byte(&self) -> ValueIndex<'_, Self> { ... }
fn word(&self) -> ValueIndex<'_, Self> { ... }
fn dword(&self) -> ValueIndex<'_, Self> { ... }
fn qword(&self) -> ValueIndex<'_, Self> { ... }
fn width(&self, size: usize) -> ValueIndex<'_, Self> { ... } }

Provided methods

Implementors