#[repr(C)]pub struct GtkSpinner {
pub parent: GtkWidget,
pub priv_: *mut GtkSpinnerPrivate,
}Fields§
§parent: GtkWidget§priv_: *mut GtkSpinnerPrivateTrait Implementations§
Source§impl Clone for GtkSpinner
impl Clone for GtkSpinner
Source§fn clone(&self) -> GtkSpinner
fn clone(&self) -> GtkSpinner
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkSpinner
Auto Trait Implementations§
impl !Send for GtkSpinner
impl !Sync for GtkSpinner
impl Freeze for GtkSpinner
impl RefUnwindSafe for GtkSpinner
impl Unpin for GtkSpinner
impl UnsafeUnpin for GtkSpinner
impl UnwindSafe for GtkSpinner
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more