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