Struct gtk_sys::GtkPopover[][src]

#[repr(C)]
pub struct GtkPopover { pub parent_instance: GtkBin, pub priv_: *mut GtkPopoverPrivate, }

Fields

Trait Implementations

impl Copy for GtkPopover
[src]

impl Clone for GtkPopover
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkPopover
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkPopover

impl !Sync for GtkPopover