Struct gtk_sys::GtkAspectFrame[][src]

#[repr(C)]
pub struct GtkAspectFrame { pub frame: GtkFrame, pub priv_: *mut GtkAspectFramePrivate, }

Fields

Trait Implementations

impl Copy for GtkAspectFrame
[src]

impl Clone for GtkAspectFrame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkAspectFrame
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations