Struct binaryninja::types::QualifiedNameAndType
source · pub struct QualifiedNameAndType(/* private fields */);
Implementations§
source§impl QualifiedNameAndType
impl QualifiedNameAndType
pub fn name(&self) -> &QualifiedName
pub fn type_object(&self) -> Guard<'_, Type>
Trait Implementations§
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§
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