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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkPopover
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkPopover

impl !Sync for GtkPopover