#[repr(C)]pub struct BNStackVariableReference {
pub sourceOperand: u32,
pub typeConfidence: u8,
pub type_: *mut BNType,
pub name: *mut c_char,
pub varIdentifier: u64,
pub referencedOffset: i64,
pub size: usize,
}
Fields§
§sourceOperand: u32
§typeConfidence: u8
§type_: *mut BNType
§name: *mut c_char
§varIdentifier: u64
§referencedOffset: i64
§size: usize
Trait Implementations§
source§impl Clone for BNStackVariableReference
impl Clone for BNStackVariableReference
source§fn clone(&self) -> BNStackVariableReference
fn clone(&self) -> BNStackVariableReference
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 Debug for BNStackVariableReference
impl Debug for BNStackVariableReference
source§impl Default for BNStackVariableReference
impl Default for BNStackVariableReference
impl Copy for BNStackVariableReference
Auto Trait Implementations§
impl Freeze for BNStackVariableReference
impl RefUnwindSafe for BNStackVariableReference
impl !Send for BNStackVariableReference
impl !Sync for BNStackVariableReference
impl Unpin for BNStackVariableReference
impl UnwindSafe for BNStackVariableReference
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)