Struct gtk_sys::GtkSpinner[][src]

#[repr(C)]
pub struct GtkSpinner { pub parent: GtkWidget, pub priv_: *mut GtkSpinnerPrivate, }

Fields

Trait Implementations

impl Copy for GtkSpinner
[src]

impl Clone for GtkSpinner
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkSpinner
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkSpinner

impl !Sync for GtkSpinner