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
Auto Trait Implementations
impl RefUnwindSafe for GtkAspectFrame
impl !Send for GtkAspectFrame
impl !Sync for GtkAspectFrame
impl Unpin for GtkAspectFrame
impl UnwindSafe for GtkAspectFrame
Blanket Implementations
Mutably borrows from an owned value. Read more