Struct gtk_sys::GtkFixed [−][src]
#[repr(C)]pub struct GtkFixed { pub container: GtkContainer, pub priv_: *mut GtkFixedPrivate, }
Fields
container: GtkContainer
priv_: *mut GtkFixedPrivate
Trait Implementations
impl Copy for GtkFixed[src]
impl Copy for GtkFixedimpl Clone for GtkFixed[src]
impl Clone for GtkFixedfn clone(&self) -> GtkFixed[src]
fn clone(&self) -> GtkFixedReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GtkFixed[src]
impl Debug for GtkFixed