Struct gtk_sys::GtkOverlay [] [src]

#[repr(C)]
pub struct GtkOverlay { pub parent: GtkBin, pub priv_: *mut GtkOverlayPrivate, }

Fields

Trait Implementations

impl Copy for GtkOverlay
[src]

impl Clone for GtkOverlay
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkOverlay
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkOverlay

impl !Sync for GtkOverlay