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