Struct gtk_sys::GtkAspectFrame
source · #[repr(C)]pub struct GtkAspectFrame {
pub frame: GtkFrame,
pub priv_: *mut GtkAspectFramePrivate,
}
Fields§
§frame: GtkFrame
§priv_: *mut GtkAspectFramePrivate
Trait Implementations§
source§impl Clone for GtkAspectFrame
impl Clone for GtkAspectFrame
source§fn clone(&self) -> GtkAspectFrame
fn clone(&self) -> GtkAspectFrame
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more