#[repr(C)]pub struct IdaxUIEvent {
pub kind: c_int,
pub address: u64,
pub previous_address: u64,
pub widget: *mut c_void,
pub previous_widget: *mut c_void,
pub widget_id: u64,
pub previous_widget_id: u64,
pub is_new_database: c_int,
pub startup_script: *const c_char,
pub widget_title: *const c_char,
}Fields§
§kind: c_int§address: u64§previous_address: u64§widget: *mut c_void§previous_widget: *mut c_void§widget_id: u64§previous_widget_id: u64§is_new_database: c_int§startup_script: *const c_char§widget_title: *const c_charTrait Implementations§
Source§impl Clone for IdaxUIEvent
impl Clone for IdaxUIEvent
Source§fn clone(&self) -> IdaxUIEvent
fn clone(&self) -> IdaxUIEvent
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 IdaxUIEvent
impl Debug for IdaxUIEvent
Source§impl Default for IdaxUIEvent
impl Default for IdaxUIEvent
impl Copy for IdaxUIEvent
Auto Trait Implementations§
impl Freeze for IdaxUIEvent
impl RefUnwindSafe for IdaxUIEvent
impl !Send for IdaxUIEvent
impl !Sync for IdaxUIEvent
impl Unpin for IdaxUIEvent
impl UnsafeUnpin for IdaxUIEvent
impl UnwindSafe for IdaxUIEvent
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