Struct binaryninja::types::DataVariable
[−]Fields
address: u64
t: Conf<Ref<Type>>
auto_discovered: bool
Implementations
impl DataVariable
impl DataVariable
pub fn type_with_confidence(&self) -> Conf<Ref<Type>>
Trait Implementations
impl CoreArrayProvider for DataVariable
impl CoreArrayProvider for DataVariable
impl<'a> CoreArrayWrapper<'a> for DataVariable
impl<'a> CoreArrayWrapper<'a> for DataVariable
impl CoreOwnedArrayProvider for DataVariable
impl CoreOwnedArrayProvider for DataVariable
Auto Trait Implementations
impl RefUnwindSafe for DataVariable
impl Send for DataVariable
impl Sync for DataVariable
impl Unpin for DataVariable
impl UnwindSafe for DataVariable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more