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