pub struct CalledFunction {
pub ins: Ins,
pub address: u32,
pub thumb: bool,
}Fields§
§ins: Ins§address: u32§thumb: boolTrait Implementations§
Source§impl Clone for CalledFunction
impl Clone for CalledFunction
Source§fn clone(&self) -> CalledFunction
fn clone(&self) -> CalledFunction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CalledFunction
impl Debug for CalledFunction
impl Copy for CalledFunction
Auto Trait Implementations§
impl Freeze for CalledFunction
impl RefUnwindSafe for CalledFunction
impl Send for CalledFunction
impl Sync for CalledFunction
impl Unpin for CalledFunction
impl UnwindSafe for CalledFunction
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