Struct gtk_sys::GtkAlignment[][src]

#[repr(C)]
pub struct GtkAlignment { pub bin: GtkBin, pub priv_: *mut GtkAlignmentPrivate, }

Fields

Trait Implementations

impl Copy for GtkAlignment
[src]

impl Clone for GtkAlignment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkAlignment
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkAlignment

impl !Sync for GtkAlignment