pub struct IndirectBranchInfo {
pub source_arch: CoreArchitecture,
pub source_addr: u64,
pub dest_arch: CoreArchitecture,
pub dest_addr: u64,
pub auto_defined: bool,
}
Fields§
§source_arch: CoreArchitecture
§source_addr: u64
§dest_arch: CoreArchitecture
§dest_addr: u64
§auto_defined: bool
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IndirectBranchInfo
impl RefUnwindSafe for IndirectBranchInfo
impl Send for IndirectBranchInfo
impl Sync for IndirectBranchInfo
impl Unpin for IndirectBranchInfo
impl UnwindSafe for IndirectBranchInfo
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