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 GtkAlignmentimpl Clone for GtkAlignment[src]
impl Clone for GtkAlignmentfn clone(&self) -> GtkAlignment[src]
fn clone(&self) -> GtkAlignmentReturns 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 GtkAlignmentAuto Trait Implementations
impl !Send for GtkAlignment
impl !Send for GtkAlignmentimpl !Sync for GtkAlignment
impl !Sync for GtkAlignment