Struct binaryninja::types::DataVariableAndName
source · pub struct DataVariableAndName<S: BnStrCompatible> {
pub address: u64,
pub t: Conf<Ref<Type>>,
pub auto_discovered: bool,
pub name: S,
}
Fields§
§address: u64
§t: Conf<Ref<Type>>
§auto_discovered: bool
§name: S
Implementations§
Auto Trait Implementations§
impl<S> RefUnwindSafe for DataVariableAndName<S>where
S: RefUnwindSafe,
impl<S> Send for DataVariableAndName<S>where
S: Send,
impl<S> Sync for DataVariableAndName<S>where
S: Sync,
impl<S> Unpin for DataVariableAndName<S>where
S: Unpin,
impl<S> UnwindSafe for DataVariableAndName<S>where
S: UnwindSafe,
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