Struct binaryninja::types::NameAndType
source · pub struct NameAndType(/* private fields */);
Implementations§
Trait Implementations§
source§impl CoreArrayProvider for NameAndType
impl CoreArrayProvider for NameAndType
source§impl ToOwned for NameAndType
impl ToOwned for NameAndType
§type Owned = Ref<NameAndType>
type Owned = Ref<NameAndType>
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 NameAndType
impl !Send for NameAndType
impl !Sync for NameAndType
impl Unpin for NameAndType
impl UnwindSafe for NameAndType
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