#[repr(C)]pub struct IdaxDecompilerItemAtPosition {
pub type_: c_int,
pub address: u64,
pub item_index: c_int,
pub is_expression: c_int,
}Fields§
§type_: c_int§address: u64§item_index: c_int§is_expression: c_intTrait Implementations§
Source§impl Clone for IdaxDecompilerItemAtPosition
impl Clone for IdaxDecompilerItemAtPosition
Source§fn clone(&self) -> IdaxDecompilerItemAtPosition
fn clone(&self) -> IdaxDecompilerItemAtPosition
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 IdaxDecompilerItemAtPosition
impl Debug for IdaxDecompilerItemAtPosition
Source§impl Default for IdaxDecompilerItemAtPosition
impl Default for IdaxDecompilerItemAtPosition
Source§fn default() -> IdaxDecompilerItemAtPosition
fn default() -> IdaxDecompilerItemAtPosition
Returns the “default value” for a type. Read more
impl Copy for IdaxDecompilerItemAtPosition
Auto Trait Implementations§
impl Freeze for IdaxDecompilerItemAtPosition
impl RefUnwindSafe for IdaxDecompilerItemAtPosition
impl Send for IdaxDecompilerItemAtPosition
impl Sync for IdaxDecompilerItemAtPosition
impl Unpin for IdaxDecompilerItemAtPosition
impl UnsafeUnpin for IdaxDecompilerItemAtPosition
impl UnwindSafe for IdaxDecompilerItemAtPosition
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