#[repr(C)]pub struct GtkSpinButton { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtkSpinButton
impl RefUnwindSafe for GtkSpinButton
impl !Send for GtkSpinButton
impl !Sync for GtkSpinButton
impl !Unpin for GtkSpinButton
impl UnwindSafe for GtkSpinButton
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