Struct gtk4_sys::GtkPopover [−][src]
#[repr(C)]pub struct GtkPopover {
pub parent: GtkWidget,
}
Fields
parent: GtkWidget
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkPopover
impl !Send for GtkPopover
impl !Sync for GtkPopover
impl Unpin for GtkPopover
impl UnwindSafe for GtkPopover
Blanket Implementations
Mutably borrows from an owned value. Read more