Struct gtk_sys::GtkFrame [−][src]
#[repr(C)]pub struct GtkFrame { pub bin: GtkBin, pub priv_: *mut GtkFramePrivate, }
Fields
bin: GtkBin
priv_: *mut GtkFramePrivate
Trait Implementations
impl Copy for GtkFrame[src]
impl Copy for GtkFrameimpl Clone for GtkFrame[src]
impl Clone for GtkFramefn clone(&self) -> GtkFrame[src]
fn clone(&self) -> GtkFrameReturns 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 GtkFrame[src]
impl Debug for GtkFrame