#[repr(C)]pub struct AppIndicatorClass {Show 17 fields
pub parent_class: GObjectClass,
pub new_icon: Option<unsafe extern "C" fn(*mut AppIndicator, gpointer)>,
pub new_attention_icon: Option<unsafe extern "C" fn(*mut AppIndicator, gpointer)>,
pub new_status: Option<unsafe extern "C" fn(*mut AppIndicator, *const c_char, gpointer)>,
pub new_icon_theme_path: Option<unsafe extern "C" fn(*mut AppIndicator, *const c_char, gpointer)>,
pub new_label: Option<unsafe extern "C" fn(*mut AppIndicator, *const c_char, *const c_char, gpointer)>,
pub connection_changed: Option<unsafe extern "C" fn(*mut AppIndicator, gboolean, gpointer)>,
pub scroll_event: Option<unsafe extern "C" fn(*mut AppIndicator, c_int, GdkScrollDirection, gpointer)>,
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: GObjectClass§new_icon: Option<unsafe extern "C" fn(*mut AppIndicator, gpointer)>§new_attention_icon: Option<unsafe extern "C" fn(*mut AppIndicator, gpointer)>§new_status: Option<unsafe extern "C" fn(*mut AppIndicator, *const c_char, gpointer)>§new_icon_theme_path: Option<unsafe extern "C" fn(*mut AppIndicator, *const c_char, gpointer)>§new_label: Option<unsafe extern "C" fn(*mut AppIndicator, *const c_char, *const c_char, gpointer)>§connection_changed: Option<unsafe extern "C" fn(*mut AppIndicator, gboolean, gpointer)>§scroll_event: Option<unsafe extern "C" fn(*mut AppIndicator, c_int, GdkScrollDirection, gpointer)>§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§
Source§impl Clone for AppIndicatorClass
impl Clone for AppIndicatorClass
Source§fn clone(&self) -> AppIndicatorClass
fn clone(&self) -> AppIndicatorClass
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 AppIndicatorClass
impl Debug for AppIndicatorClass
impl Copy for AppIndicatorClass
Auto Trait Implementations§
impl Freeze for AppIndicatorClass
impl RefUnwindSafe for AppIndicatorClass
impl !Send for AppIndicatorClass
impl !Sync for AppIndicatorClass
impl Unpin for AppIndicatorClass
impl UnwindSafe for AppIndicatorClass
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