#[repr(C)]pub struct IdaxDecompilerCursorPositionEvent {
pub function_address: u64,
pub cursor_address: u64,
pub view_handle: *mut c_void,
}Fields§
§function_address: u64§cursor_address: u64§view_handle: *mut c_voidTrait Implementations§
Source§impl Clone for IdaxDecompilerCursorPositionEvent
impl Clone for IdaxDecompilerCursorPositionEvent
Source§fn clone(&self) -> IdaxDecompilerCursorPositionEvent
fn clone(&self) -> IdaxDecompilerCursorPositionEvent
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 moreimpl Copy for IdaxDecompilerCursorPositionEvent
Auto Trait Implementations§
impl Freeze for IdaxDecompilerCursorPositionEvent
impl RefUnwindSafe for IdaxDecompilerCursorPositionEvent
impl !Send for IdaxDecompilerCursorPositionEvent
impl !Sync for IdaxDecompilerCursorPositionEvent
impl Unpin for IdaxDecompilerCursorPositionEvent
impl UnsafeUnpin for IdaxDecompilerCursorPositionEvent
impl UnwindSafe for IdaxDecompilerCursorPositionEvent
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