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
Auto Trait Implementations
impl RefUnwindSafe for GtkSpinner
impl !Send for GtkSpinner
impl !Sync for GtkSpinner
impl Unpin for GtkSpinner
impl UnwindSafe for GtkSpinner
Blanket Implementations
Mutably borrows from an owned value. Read more