#[repr(C)]pub struct IdaxXref {
pub from: u64,
pub to: u64,
pub is_code: c_int,
pub type_: c_int,
pub user_defined: c_int,
}Expand description
Flat C representation of a cross-reference.
Fields§
§from: u64§to: u64§is_code: c_int§type_: c_int< ida::xref::ReferenceType as int
user_defined: c_intTrait Implementations§
impl Copy for IdaxXref
Auto Trait Implementations§
impl Freeze for IdaxXref
impl RefUnwindSafe for IdaxXref
impl Send for IdaxXref
impl Sync for IdaxXref
impl Unpin for IdaxXref
impl UnsafeUnpin for IdaxXref
impl UnwindSafe for IdaxXref
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