pub struct XRef<'a> { /* private fields */ }
Implementations§
Source§impl<'a> XRef<'a>
impl<'a> XRef<'a>
pub fn from(&self) -> Address
pub fn to(&self) -> Address
pub fn flags(&self) -> XRefFlags
pub fn type_(&self) -> XRefType
pub fn is_code(&self) -> bool
pub fn is_data(&self) -> bool
pub fn is_user_defined(&self) -> bool
pub fn next_to(&self) -> Option<Self>
pub fn next_from(&self) -> Option<Self>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for XRef<'a>
impl<'a> RefUnwindSafe for XRef<'a>
impl<'a> !Send for XRef<'a>
impl<'a> !Sync for XRef<'a>
impl<'a> Unpin for XRef<'a>
impl<'a> UnwindSafe for XRef<'a>
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