Struct binaryninja::types::DataVariable
source · pub struct DataVariable(/* private fields */);
Implementations§
Trait Implementations§
source§impl CoreArrayProvider for DataVariable
impl CoreArrayProvider for DataVariable
source§impl ToOwned for DataVariable
impl ToOwned for DataVariable
§type Owned = Ref<DataVariable>
type Owned = Ref<DataVariable>
The resulting type after obtaining ownership.
source§fn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · source§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more
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§
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