#[repr(C)]pub struct GtkOverlayLayoutChildClass {
pub parent_class: GtkLayoutChildClass,
}Fields§
§parent_class: GtkLayoutChildClassTrait Implementations§
Source§impl Clone for GtkOverlayLayoutChildClass
impl Clone for GtkOverlayLayoutChildClass
Source§fn clone(&self) -> GtkOverlayLayoutChildClass
fn clone(&self) -> GtkOverlayLayoutChildClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkOverlayLayoutChildClass
Auto Trait Implementations§
impl !Send for GtkOverlayLayoutChildClass
impl !Sync for GtkOverlayLayoutChildClass
impl Freeze for GtkOverlayLayoutChildClass
impl RefUnwindSafe for GtkOverlayLayoutChildClass
impl Unpin for GtkOverlayLayoutChildClass
impl UnsafeUnpin for GtkOverlayLayoutChildClass
impl UnwindSafe for GtkOverlayLayoutChildClass
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