Struct inkview_sys::c_api::icontext_menu_s[][src]

#[repr(C)]
pub struct icontext_menu_s {
Show fields pub id: *const u8, pub hproc: iv_menuhandler, pub menuex: *const imenuex, pub menu: *const imenu, pub pos_selected_item: irect, pub pos_menu: irect, pub properties: *mut icontext_menu_properties, pub active_element: i32, pub enable_pointer: i16, pub enable_aura: i16, pub use_own_font: i16, pub update_after_close: i16, pub only_choise: i16,
}

Fields

id: *const u8hproc: iv_menuhandlermenuex: *const imenuexmenu: *const imenupos_selected_item: irectpos_menu: irectproperties: *mut icontext_menu_propertiesactive_element: i32enable_pointer: i16enable_aura: i16use_own_font: i16update_after_close: i16only_choise: i16

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.