Struct gtk_sys::GtkSpinner [−][src]
#[repr(C)]pub struct GtkSpinner { pub parent: GtkWidget, pub priv_: *mut GtkSpinnerPrivate, }
Fields
parent: GtkWidget
priv_: *mut GtkSpinnerPrivate
Trait Implementations
impl Copy for GtkSpinner[src]
impl Copy for GtkSpinnerimpl Clone for GtkSpinner[src]
impl Clone for GtkSpinnerfn clone(&self) -> GtkSpinner[src]
fn clone(&self) -> GtkSpinnerReturns 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 GtkSpinner[src]
impl Debug for GtkSpinnerAuto Trait Implementations
impl !Send for GtkSpinner
impl !Send for GtkSpinnerimpl !Sync for GtkSpinner
impl !Sync for GtkSpinner