Struct gtk_sys::GtkPopoverClass [−][src]
#[repr(C)]pub struct GtkPopoverClass { pub parent_class: GtkBinClass, pub closed: Option<unsafe extern "C" fn(_: *mut GtkPopover)>, pub reserved: [gpointer; 10], }
Fields
parent_class: GtkBinClassclosed: Option<unsafe extern "C" fn(_: *mut GtkPopover)>reserved: [gpointer; 10]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkPopoverClassimpl !Send for GtkPopoverClassimpl !Sync for GtkPopoverClassimpl Unpin for GtkPopoverClassimpl UnwindSafe for GtkPopoverClassBlanket Implementations
Mutably borrows from an owned value. Read more