#[repr(C)]pub struct GtkContainer {
pub widget: GtkWidget,
pub priv_: *mut GtkContainerPrivate,
}Fields§
§widget: GtkWidget§priv_: *mut GtkContainerPrivateTrait Implementations§
Source§impl Clone for GtkContainer
impl Clone for GtkContainer
Source§fn clone(&self) -> GtkContainer
fn clone(&self) -> GtkContainer
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 GtkContainer
Auto Trait Implementations§
impl !Send for GtkContainer
impl !Sync for GtkContainer
impl Freeze for GtkContainer
impl RefUnwindSafe for GtkContainer
impl Unpin for GtkContainer
impl UnsafeUnpin for GtkContainer
impl UnwindSafe for GtkContainer
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