Struct gtk_sys::GtkOverlay [−][src]
#[repr(C)]pub struct GtkOverlay { pub parent: GtkBin, pub priv_: *mut GtkOverlayPrivate, }
Fields
parent: GtkBin
priv_: *mut GtkOverlayPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkOverlay
impl !Send for GtkOverlay
impl !Sync for GtkOverlay
impl Unpin for GtkOverlay
impl UnwindSafe for GtkOverlay
Blanket Implementations
Mutably borrows from an owned value. Read more