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