Struct gtk_sys::GtkLabelClass
source · [−]#[repr(C)]pub struct GtkLabelClass {Show 13 fields
pub parent_class: GtkMiscClass,
pub move_cursor: Option<unsafe extern "C" fn(_: *mut GtkLabel, _: GtkMovementStep, _: c_int, _: gboolean)>,
pub copy_clipboard: Option<unsafe extern "C" fn(_: *mut GtkLabel)>,
pub populate_popup: Option<unsafe extern "C" fn(_: *mut GtkLabel, _: *mut GtkMenu)>,
pub activate_link: Option<unsafe extern "C" fn(_: *mut GtkLabel, _: *const c_char) -> gboolean>,
pub _gtk_reserved1: Option<unsafe extern "C" fn()>,
pub _gtk_reserved2: Option<unsafe extern "C" fn()>,
pub _gtk_reserved3: Option<unsafe extern "C" fn()>,
pub _gtk_reserved4: Option<unsafe extern "C" fn()>,
pub _gtk_reserved5: Option<unsafe extern "C" fn()>,
pub _gtk_reserved6: Option<unsafe extern "C" fn()>,
pub _gtk_reserved7: Option<unsafe extern "C" fn()>,
pub _gtk_reserved8: Option<unsafe extern "C" fn()>,
}
Fields
parent_class: GtkMiscClass
move_cursor: Option<unsafe extern "C" fn(_: *mut GtkLabel, _: GtkMovementStep, _: c_int, _: gboolean)>
copy_clipboard: Option<unsafe extern "C" fn(_: *mut GtkLabel)>
populate_popup: Option<unsafe extern "C" fn(_: *mut GtkLabel, _: *mut GtkMenu)>
activate_link: Option<unsafe extern "C" fn(_: *mut GtkLabel, _: *const c_char) -> gboolean>
_gtk_reserved1: Option<unsafe extern "C" fn()>
_gtk_reserved2: Option<unsafe extern "C" fn()>
_gtk_reserved3: Option<unsafe extern "C" fn()>
_gtk_reserved4: Option<unsafe extern "C" fn()>
_gtk_reserved5: Option<unsafe extern "C" fn()>
_gtk_reserved6: Option<unsafe extern "C" fn()>
_gtk_reserved7: Option<unsafe extern "C" fn()>
_gtk_reserved8: Option<unsafe extern "C" fn()>
Trait Implementations
sourceimpl Clone for GtkLabelClass
impl Clone for GtkLabelClass
sourcefn clone(&self) -> GtkLabelClass
fn clone(&self) -> GtkLabelClass
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GtkLabelClass
impl Debug for GtkLabelClass
impl Copy for GtkLabelClass
Auto Trait Implementations
impl RefUnwindSafe for GtkLabelClass
impl !Send for GtkLabelClass
impl !Sync for GtkLabelClass
impl Unpin for GtkLabelClass
impl UnwindSafe for GtkLabelClass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more