#[repr(C)]pub struct r_anal_hint_t {Show 19 fields
pub addr: c_ulonglong,
pub ptr: c_ulonglong,
pub val: c_ulonglong,
pub jump: c_ulonglong,
pub fail: c_ulonglong,
pub ret: c_ulonglong,
pub arch: *mut c_char,
pub opcode: *mut c_char,
pub syntax: *mut c_char,
pub esil: *mut c_char,
pub offset: *mut c_char,
pub type_: c_uint,
pub size: c_ulonglong,
pub bits: c_int,
pub new_bits: c_int,
pub immbase: c_int,
pub high: bool,
pub nword: c_int,
pub stackframe: c_ulonglong,
}
Fields§
§addr: c_ulonglong
§ptr: c_ulonglong
§val: c_ulonglong
§jump: c_ulonglong
§fail: c_ulonglong
§ret: c_ulonglong
§arch: *mut c_char
§opcode: *mut c_char
§syntax: *mut c_char
§esil: *mut c_char
§offset: *mut c_char
§type_: c_uint
§size: c_ulonglong
§bits: c_int
§new_bits: c_int
§immbase: c_int
§high: bool
§nword: c_int
§stackframe: c_ulonglong
Trait Implementations§
Source§impl Clone for r_anal_hint_t
impl Clone for r_anal_hint_t
Source§fn clone(&self) -> r_anal_hint_t
fn clone(&self) -> r_anal_hint_t
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 r_anal_hint_t
impl Debug for r_anal_hint_t
impl Copy for r_anal_hint_t
Auto Trait Implementations§
impl Freeze for r_anal_hint_t
impl RefUnwindSafe for r_anal_hint_t
impl !Send for r_anal_hint_t
impl !Sync for r_anal_hint_t
impl Unpin for r_anal_hint_t
impl UnwindSafe for r_anal_hint_t
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