Struct binaryninja::types::QualifiedNameTypeAndId
[−]#[repr(transparent)]pub struct QualifiedNameTypeAndId(_);
Implementations
impl QualifiedNameTypeAndId
impl QualifiedNameTypeAndId
pub fn name(&self) -> &QualifiedName
pub fn id(&self) -> &BnStr
pub fn type_object(&self) -> Guard<'_, Type>
Trait Implementations
impl CoreArrayProvider for QualifiedNameTypeAndId
impl CoreArrayProvider for QualifiedNameTypeAndId
impl<'a> CoreArrayWrapper<'a> for QualifiedNameTypeAndId
impl<'a> CoreArrayWrapper<'a> for QualifiedNameTypeAndId
impl Drop for QualifiedNameTypeAndId
impl Drop for QualifiedNameTypeAndId
Auto Trait Implementations
impl RefUnwindSafe for QualifiedNameTypeAndId
impl !Send for QualifiedNameTypeAndId
impl !Sync for QualifiedNameTypeAndId
impl Unpin for QualifiedNameTypeAndId
impl UnwindSafe for QualifiedNameTypeAndId
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