Struct gtk_sys::GtkAspectFrame [−][src]
#[repr(C)]pub struct GtkAspectFrame { pub frame: GtkFrame, pub priv_: *mut GtkAspectFramePrivate, }
Fields
frame: GtkFramepriv_: *mut GtkAspectFramePrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkAspectFrameimpl !Send for GtkAspectFrameimpl !Sync for GtkAspectFrameimpl Unpin for GtkAspectFrameimpl UnwindSafe for GtkAspectFrameBlanket Implementations
Mutably borrows from an owned value. Read more