Struct binaryninja::types::RegisterStackAdjustment
source · pub struct RegisterStackAdjustment<A: Architecture> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<A: Clone + Architecture> Clone for RegisterStackAdjustment<A>
impl<A: Clone + Architecture> Clone for RegisterStackAdjustment<A>
source§fn clone(&self) -> RegisterStackAdjustment<A>
fn clone(&self) -> RegisterStackAdjustment<A>
Returns a copy 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<A: Architecture> CoreArrayProvider for RegisterStackAdjustment<A>
impl<A: Architecture> CoreArrayProvider for RegisterStackAdjustment<A>
type Raw = BNRegisterStackAdjustment
type Context = <A as Architecture>::Handle
type Wrapped<'a> = RegisterStackAdjustment<A>
source§impl<A: Debug + Architecture> Debug for RegisterStackAdjustment<A>
impl<A: Debug + Architecture> Debug for RegisterStackAdjustment<A>
impl<A: Copy + Architecture> Copy for RegisterStackAdjustment<A>
Auto Trait Implementations§
impl<A> RefUnwindSafe for RegisterStackAdjustment<A>
impl<A> Send for RegisterStackAdjustment<A>
impl<A> Sync for RegisterStackAdjustment<A>
impl<A> Unpin for RegisterStackAdjustment<A>
impl<A> UnwindSafe for RegisterStackAdjustment<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