#[repr(C)]pub struct GtkLayoutChildClass {
pub parent_class: GObjectClass,
}Fields§
§parent_class: GObjectClassTrait Implementations§
Source§impl Clone for GtkLayoutChildClass
impl Clone for GtkLayoutChildClass
Source§fn clone(&self) -> GtkLayoutChildClass
fn clone(&self) -> GtkLayoutChildClass
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 GtkLayoutChildClass
Auto Trait Implementations§
impl !Send for GtkLayoutChildClass
impl !Sync for GtkLayoutChildClass
impl Freeze for GtkLayoutChildClass
impl RefUnwindSafe for GtkLayoutChildClass
impl Unpin for GtkLayoutChildClass
impl UnsafeUnpin for GtkLayoutChildClass
impl UnwindSafe for GtkLayoutChildClass
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