Struct libdazzle_sys::DzlSimplePopoverClass
source · [−]#[repr(C)]pub struct DzlSimplePopoverClass {
pub parent: GtkPopoverClass,
pub activate: Option<unsafe extern "C" fn(_: *mut DzlSimplePopover, _: *const c_char)>,
pub insert_text: Option<unsafe extern "C" fn(_: *mut DzlSimplePopover, _: c_uint, _: *const c_char, _: c_uint) -> gboolean>,
pub changed: Option<unsafe extern "C" fn(_: *mut DzlSimplePopover)>,
}Fields
parent: GtkPopoverClassactivate: Option<unsafe extern "C" fn(_: *mut DzlSimplePopover, _: *const c_char)>insert_text: Option<unsafe extern "C" fn(_: *mut DzlSimplePopover, _: c_uint, _: *const c_char, _: c_uint) -> gboolean>changed: Option<unsafe extern "C" fn(_: *mut DzlSimplePopover)>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DzlSimplePopoverClass
impl !Send for DzlSimplePopoverClass
impl !Sync for DzlSimplePopoverClass
impl Unpin for DzlSimplePopoverClass
impl UnwindSafe for DzlSimplePopoverClass
Blanket Implementations
Mutably borrows from an owned value. Read more