Struct gtk_sys::GtkOverlay
source · #[repr(C)]pub struct GtkOverlay {
pub parent: GtkBin,
pub priv_: *mut GtkOverlayPrivate,
}
Fields§
§parent: GtkBin
§priv_: *mut GtkOverlayPrivate
Trait Implementations§
source§impl Clone for GtkOverlay
impl Clone for GtkOverlay
source§fn clone(&self) -> GtkOverlay
fn clone(&self) -> GtkOverlay
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GtkOverlay
impl Debug for GtkOverlay
impl Copy for GtkOverlay
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more