Struct gtk_sys::GtkAlignment [−][src]
#[repr(C)]pub struct GtkAlignment { pub bin: GtkBin, pub priv_: *mut GtkAlignmentPrivate, }
Fields
bin: GtkBin
priv_: *mut GtkAlignmentPrivate
Trait Implementations
impl Copy for GtkAlignment
[src]
impl Copy for GtkAlignment
impl Clone for GtkAlignment
[src]
impl Clone for GtkAlignment
fn clone(&self) -> GtkAlignment
[src]
fn clone(&self) -> GtkAlignment
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GtkAlignment
[src]
impl Debug for GtkAlignment
Auto Trait Implementations
impl !Send for GtkAlignment
impl !Send for GtkAlignment
impl !Sync for GtkAlignment
impl !Sync for GtkAlignment