Struct gtk_sys::GtkPopover
source · [−]#[repr(C)]pub struct GtkPopover {
pub parent_instance: GtkBin,
pub priv_: *mut GtkPopoverPrivate,
}
Fields
parent_instance: GtkBin
priv_: *mut GtkPopoverPrivate
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