Struct gtk_sys::GtkAspectFrame [−][src]
#[repr(C)]pub struct GtkAspectFrame { pub frame: GtkFrame, pub priv_: *mut GtkAspectFramePrivate, }
Fields
frame: GtkFrame
priv_: *mut GtkAspectFramePrivate
Trait Implementations
impl Copy for GtkAspectFrame[src]
impl Copy for GtkAspectFrameimpl Clone for GtkAspectFrame[src]
impl Clone for GtkAspectFramefn clone(&self) -> GtkAspectFrame[src]
fn clone(&self) -> GtkAspectFrameReturns 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 GtkAspectFrame[src]
impl Debug for GtkAspectFrameAuto Trait Implementations
impl !Send for GtkAspectFrame
impl !Send for GtkAspectFrameimpl !Sync for GtkAspectFrame
impl !Sync for GtkAspectFrame