Struct libayatana_appindicator::_AppIndicatorClass[][src]

#[repr(C)]
pub struct _AppIndicatorClass {
Show fields pub parent_class: _GObjectClass, pub new_icon: Option<unsafe extern "C" fn(*mut _AppIndicator, *mut c_void)>, pub new_attention_icon: Option<unsafe extern "C" fn(*mut _AppIndicator, *mut c_void)>, pub new_status: Option<unsafe extern "C" fn(*mut _AppIndicator, *const i8, *mut c_void)>, pub new_icon_theme_path: Option<unsafe extern "C" fn(*mut _AppIndicator, *const i8, *mut c_void)>, pub new_label: Option<unsafe extern "C" fn(*mut _AppIndicator, *const i8, *const i8, *mut c_void)>, pub connection_changed: Option<unsafe extern "C" fn(*mut _AppIndicator, i32, *mut c_void)>, pub scroll_event: Option<unsafe extern "C" fn(*mut _AppIndicator, i32, u32, *mut c_void)>, pub app_indicator_reserved_ats: Option<unsafe extern "C" fn()>, pub fallback: Option<unsafe extern "C" fn(*mut _AppIndicator) -> *mut GtkStatusIcon>, pub unfallback: Option<unsafe extern "C" fn(*mut _AppIndicator, *mut GtkStatusIcon)>, pub app_indicator_reserved_1: Option<unsafe extern "C" fn()>, pub app_indicator_reserved_2: Option<unsafe extern "C" fn()>, pub app_indicator_reserved_3: Option<unsafe extern "C" fn()>, pub app_indicator_reserved_4: Option<unsafe extern "C" fn()>, pub app_indicator_reserved_5: Option<unsafe extern "C" fn()>, pub app_indicator_reserved_6: Option<unsafe extern "C" fn()>,
}

Fields

parent_class: _GObjectClassnew_icon: Option<unsafe extern "C" fn(*mut _AppIndicator, *mut c_void)>new_attention_icon: Option<unsafe extern "C" fn(*mut _AppIndicator, *mut c_void)>new_status: Option<unsafe extern "C" fn(*mut _AppIndicator, *const i8, *mut c_void)>new_icon_theme_path: Option<unsafe extern "C" fn(*mut _AppIndicator, *const i8, *mut c_void)>new_label: Option<unsafe extern "C" fn(*mut _AppIndicator, *const i8, *const i8, *mut c_void)>connection_changed: Option<unsafe extern "C" fn(*mut _AppIndicator, i32, *mut c_void)>scroll_event: Option<unsafe extern "C" fn(*mut _AppIndicator, i32, u32, *mut c_void)>app_indicator_reserved_ats: Option<unsafe extern "C" fn()>fallback: Option<unsafe extern "C" fn(*mut _AppIndicator) -> *mut GtkStatusIcon>unfallback: Option<unsafe extern "C" fn(*mut _AppIndicator, *mut GtkStatusIcon)>app_indicator_reserved_1: Option<unsafe extern "C" fn()>app_indicator_reserved_2: Option<unsafe extern "C" fn()>app_indicator_reserved_3: Option<unsafe extern "C" fn()>app_indicator_reserved_4: Option<unsafe extern "C" fn()>app_indicator_reserved_5: Option<unsafe extern "C" fn()>app_indicator_reserved_6: Option<unsafe extern "C" fn()>

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.