Struct gtk_sys::GtkAlignment
source · [−]#[repr(C)]pub struct GtkAlignment {
pub bin: GtkBin,
pub priv_: *mut GtkAlignmentPrivate,
}Fields
bin: GtkBinpriv_: *mut GtkAlignmentPrivateTrait 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