Struct gtk_sys::GtkAlignment
source · [−]#[repr(C)]pub struct GtkAlignment {
pub bin: GtkBin,
pub priv_: *mut GtkAlignmentPrivate,
}
Fields
bin: GtkBin
priv_: *mut GtkAlignmentPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkAlignment
impl !Send for GtkAlignment
impl !Sync for GtkAlignment
impl Unpin for GtkAlignment
impl UnwindSafe for GtkAlignment
Blanket Implementations
Mutably borrows from an owned value. Read more