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
sourceimpl Clone for GtkOverlay
impl Clone for GtkOverlay
sourcefn clone(&self) -> GtkOverlay
fn clone(&self) -> GtkOverlay
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more